pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ...
Date
Msg-id 200105251534.f4PFYpJ56303@hub.org
Whole thread Raw
Responses Re: pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/05/25 11:34:50

Modified files:
    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 proc.h
    src/interfaces/python: pgmodule.c

Log message:
    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


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ...
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/python GNUmakefile