postgresql/src/backend/storage
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
..
buffer Modify RelationGetBufferForTuple() so that we only do lseek and lock 2001-05-12 19:58:28 +00:00
file While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
ipc Small code cleanups,formatting. 2001-05-18 21:24:20 +00:00
large_object Fix unportable assumptions about alignment of local char[n] variables. 2001-03-25 23:23:59 +00:00
lmgr While changing Cygwin Python to build its core as a DLL (like Win32 2001-05-25 15:34:50 +00:00
page pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
smgr Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was 2001-05-10 20:38:49 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00