Re: Re: Cygwin PostgreSQL postmaster abort problem

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Re: Cygwin PostgreSQL postmaster abort problem
Дата
Msg-id 20010101230121.A369@dothill.com
обсуждение исходный текст
Ответ на Re: Cygwin PostgreSQL postmaster abort problem  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-ports
On Sun, Dec 31, 2000 at 12:12:18AM -0500, Jason Tishler wrote:
> > What led you to mark it DLLIMPORT anyway?
>
> I marked TransactionCommandContext as DLLIMPORT to get plpgsql.dll to
> link without unresolved symbol errors.

Please remove the src/backend/utils/mmgr/mcxt.c hunk from my patch -- it
is unnecessary.  I was mislead by an unnecessary DLLIMPORT located a few
lines above my erroneous change to mcxt.c.  Specifically, DLLIMPORT can
be also safely removed from:

    DLLIMPORT MemoryContext CurrentMemoryContext = NULL;

The DLLIMPORT is only necessary in the corresponding header files (i.e.,
src/include/utils/memutils.h and src/include/utils/palloc.h).

Otherwise, you can wait for me to redo the patch once the remaining issues
settle down...

Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

В списке pgsql-ports по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cygwin PostgreSQL postmaster abort problem
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin PostgreSQL postmaster abort problem