Re: Cygwin PostgreSQL postmaster abort problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cygwin PostgreSQL postmaster abort problem
Дата
Msg-id 6340.978235003@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cygwin PostgreSQL postmaster abort problem  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin PostgreSQL postmaster abort problem  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-ports
Jason Tishler <Jason.Tishler@dothill.com> writes:
> --- postgresql-20001229.orig/src/backend/utils/mmgr/mcxt.c    Tue Aug 22 03:00:13 2000
> +++ postgresql-20001229/src/backend/utils/mmgr/mcxt.c    Fri Dec 29 23:46:31 2000
> @@ -45,7 +45,7 @@ MemoryContext PostmasterContext = NULL;
>  MemoryContext CacheMemoryContext = NULL;
>  MemoryContext QueryContext = NULL;
>  MemoryContext TopTransactionContext = NULL;
> -MemoryContext TransactionCommandContext = NULL;
> +DLLIMPORT MemoryContext TransactionCommandContext = NULL;

These changes look fine as far as they go, but if you think
TransactionCommandContext needs to be DLLIMPORT, why not the other
global context variables, too?  What led you to mark it DLLIMPORT
anyway?

            regards, tom lane

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

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