Patch for PSQL on NetWare and fixing freeing of memory - Mailing list pgsql-patches

From Ulrich Neumann
Subject Patch for PSQL on NetWare and fixing freeing of memory
Date
Msg-id sd5ae47c.005@mail.gne.de
Whole thread Raw
List 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

Attachment

pgsql-patches by date:

Previous
From: Jan Wieck
Date:
Subject: Re: improve SET CONSTRAINTS
Next
From: "Ulrich Neumann"
Date:
Subject: Patch for libpq on NetWare