1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix cluster finfo problem Kurt reported.

This commit is contained in:
Bruce Momjian
1996-09-26 15:43:35 +00:00
parent 2baf2150e9
commit adc98c0b35

View File

@ -14,7 +14,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.4 1996/09/10 06:23:46 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.5 1996/09/26 15:43:35 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -297,8 +297,8 @@ copy_index(Oid OIDOldIndex, Oid OIDNewHeap)
* component to pass it to the defining procedure. * component to pass it to the defining procedure.
*/ */
if (Old_pg_index_Form->indproc != InvalidOid) { if (Old_pg_index_Form->indproc != InvalidOid) {
FIgetnArgs(finfo) = natts; FIgetnArgs(&finfo) = natts;
FIgetProcOid(finfo) = Old_pg_index_Form->indproc; FIgetProcOid(&finfo) = Old_pg_index_Form->indproc;
pg_proc_Tuple = pg_proc_Tuple =
SearchSysCacheTuple(PROOID, SearchSysCacheTuple(PROOID,