-
- Downloads
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
Showing
- doc/src/sgml/ref/vacuum.sgml 3 additions, 2 deletionsdoc/src/sgml/ref/vacuum.sgml
- src/backend/access/transam/varsup.c 45 additions, 1 deletionsrc/backend/access/transam/varsup.c
- src/backend/commands/vacuum.c 81 additions, 1 deletionsrc/backend/commands/vacuum.c
- src/backend/postmaster/postmaster.c 54 additions, 1 deletionsrc/backend/postmaster/postmaster.c
- src/backend/storage/file/fd.c 14 additions, 6 deletionssrc/backend/storage/file/fd.c
- src/backend/storage/lmgr/proc.c 2 additions, 1 deletionsrc/backend/storage/lmgr/proc.c
- src/include/access/transam.h 2 additions, 1 deletionsrc/include/access/transam.h
- src/include/storage/fd.h 3 additions, 1 deletionsrc/include/storage/fd.h
- src/include/storage/proc.h 4 additions, 1 deletionsrc/include/storage/proc.h
- src/interfaces/python/pgmodule.c 2 additions, 5 deletionssrc/interfaces/python/pgmodule.c
Loading
Please register or sign in to comment