Re: pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian - CVS <momjian(at)hub(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ oc/src/sgml/ref/vacuum.sgml rc/backend/ ...
Date: 2001-05-25 16:05:15
Message-ID: 200105251605.f4PG5FK03954@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


The non-python files were a mistake and were backed out.

> CVSROOT: /home/projects/pgsql/cvsroot
> Module name: pgsql
> Changes by: momjian(at)hub(dot)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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-25 16:29:18 pgsql/src/interfaces/jdbc build.xml
Previous Message Bruce Momjian - CVS 2001-05-25 15:48:33 pgsql/src makefiles/Makefile.win pl/plpython/M ...