Patch for PSQL on NetWare and fixing freeing of memory

Поиск
Список
Период
Сортировка
От Ulrich Neumann
Тема Patch for PSQL on NetWare and fixing freeing of memory
Дата
Msg-id sd5ae47c.005@mail.gne.de
обсуждение исходный текст
Список pgsql-patches
Hello together,

attached is a patch that enables PSQL to work on NetWare.
I've only added some simple ifdefs to get it working.

the special command "setscreenmode(0)" is neccessary on
NetWare to tell the OS not to autoclose the screen. Otherwise
the user couldn't see the output.

Additional I've added some lines to free avery memory that's
allocated somewhere.

I think this patch doesn't affect any other platform.

Ulrich Neumann

----------------------------------
  This e-mail is virus scanned
  Diese e-mail ist virusgeprueft

Вложения

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: improve SET CONSTRAINTS
Следующее
От: "Ulrich Neumann"
Дата:
Сообщение: Patch for libpq on NetWare