Re: CLUSTER patch and regression test

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: CLUSTER patch and regression test
Date: 2002-08-07 18:31:40
Message-ID: Pine.LNX.4.44.0208071430110.6004-100000@cm-lcon1-46-187.cm.vtr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway dijo:

> Alvaro Herrera <alvherre(at)atentus(dot)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)

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Copeland 2002-08-07 23:27:46 SQL Comments
Previous Message Neil Conway 2002-08-07 18:09:40 Re: Fix disabled triggers with deferred constraints