postgresql/src/pl
Bruce Momjian b1a5f87209 Tom Lane wrote:
> There's no longer a separate call to heap_storage_create in that routine
> --- the right place to make the test is now in the storage_create
> boolean parameter being passed to heap_create.  A simple change, but
> it passeth patch's understanding ...

Thanks.

Attached is a patch against cvs tip as of 8:30 PM PST or so. Turned out
that even after fixing the failed hunks, there was a new spot in
bufmgr.c which needed to be fixed (related to temp relations;
RelationUpdateNumberOfBlocks). But thankfully the regression test code
caught it :-)

Joe Conway
2002-08-15 16:36:08 +00:00
..
plperl This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 2002-06-15 19:54:24 +00:00
plpgsql Tom Lane wrote: 2002-08-15 16:36:08 +00:00
plpython oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
tcl oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00