Re: CLUSTER patch and regression test - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: CLUSTER patch and regression test
Date
Msg-id Pine.LNX.4.44.0208071430110.6004-100000@cm-lcon1-46-187.cm.vtr.net
Whole thread Raw
In response to Re: CLUSTER patch and regression test  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-patches
Neil Conway dijo:

> Alvaro Herrera <alvherre@atentus.com> writes:
> > I sent the CLUSTER patch a few days ago and I think it was missed.  I
> > append it again, this time including the regression test files.
>
> Applying the patch to current CVS and compiling produces:
>
> gcc -g3 -O0 -DPS_USE_NONE -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include   -c -o cluster.o
cluster.c-MMD 
> cluster.c: In function `swap_relfilenodes':
> cluster.c:383: `Num_pg_class_indices' undeclared (first use in this function)

Doh.  I think this relates to the recent changes Tom did to the routines
related to system indexes.  I'll update and send a new version later.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Es filosofo el que disfruta con los enigmas" (G. Coli)


pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Fix disabled triggers with deferred constraints
Next
From: Neil Conway
Date:
Subject: improve SET CONSTRAINTS