postgresql/src/backend
Bruce Momjian dffb673692 While changing Cygwin Python to build its core as a DLL (like Win32
Python) to support shared extension modules, I have learned that Guido
prefers the style of the attached patch to solve the above problem.
I feel that this solution is particularly appropriate in this case
because the following:

    PglargeType
    PgType
    PgQueryType

are already being handled in the way that I am proposing for PgSourceType.

Jason Tishler
2001-05-25 15:34:50 +00:00
..
access While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
bootstrap Make bootstrap debug messages more readable. Clean up some clutter. 2001-05-12 01:48:49 +00:00
catalog Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
commands While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
executor Enhancement of SPI to get access to portals 2001-05-21 14:22:19 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main Remove useless setuid() call, instead add a check that real and effective 2001-04-21 18:29:29 +00:00
nodes Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
optimizer Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
parser Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
port I haven't tried building postgres with the Watcom compiler for 7.1 because 2001-05-24 15:53:34 +00:00
postmaster While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Permission checking wasn't quite right for insert/update/delete rules, 2001-05-03 21:16:48 +00:00
storage While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
tcop Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
Makefile I haven't tried building postgres with the Watcom compiler for 7.1 because 2001-05-24 15:53:34 +00:00