1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Change column number constant to reflect change in column name

from "action" to "ev_action".
This commit is contained in:
Thomas G. Lockhart
1997-10-25 05:38:52 +00:00
parent e9bb359d3e
commit 7f06f34636
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.25 1997/09/18 20:22:24 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.26 1997/10/25 05:38:52 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@ -763,7 +763,7 @@ RelationBuildRuleLock(Relation relation)
ruleaction =
heap_getattr(pg_rewrite_tuple, InvalidBuffer,
Anum_pg_rewrite_action, pg_rewrite_tupdesc,
Anum_pg_rewrite_ev_action, pg_rewrite_tupdesc,
&isnull);
rule_evqual_string =
heap_getattr(pg_rewrite_tuple, InvalidBuffer,