While changing Cygwin Python to build its core as a DLL (like Win32
authorBruce Momjian <bruce@momjian.us>
Fri, 25 May 2001 15:34:50 +0000 (15:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 May 2001 15:34:50 +0000 (15:34 +0000)
commitdffb673692f96a6cc52411762b8ba07201687313
tree7acaeec28897f6210054bbdf038c93dbf9479a92
parent3f7c542a605ae59a457f6665cda5525a7c650978
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
doc/src/sgml/ref/vacuum.sgml
src/backend/access/transam/varsup.c
src/backend/commands/vacuum.c
src/backend/postmaster/postmaster.c
src/backend/storage/file/fd.c
src/backend/storage/lmgr/proc.c
src/include/access/transam.h
src/include/storage/fd.h
src/include/storage/proc.h
src/interfaces/python/pgmodule.c