File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 *
88 * Copyright (c) 1994, Regents of the University of California
99 *
10- * $Id: pg_rewrite.h,v 1.4 1997/09/08 02:35:25 momjian Exp $
10+ * $Id: pg_rewrite.h,v 1.5 1997/10/25 05:25:10 thomas Exp $
1111 *
1212 * NOTES
1313 * the genbki.sh script reads this file and generates .bki
@@ -38,7 +38,7 @@ CATALOG(pg_rewrite)
3838 int2 ev_attr ;
3939 bool is_instead ;
4040 text ev_qual ; /* VARLENA */
41- text action ; /* VARLENA */
41+ text ev_action ; /* VARLENA */
4242} FormData_pg_rewrite ;
4343
4444/* ----------------
@@ -59,6 +59,6 @@ typedef FormData_pg_rewrite *Form_pg_rewrite;
5959#define Anum_pg_rewrite_ev_attr 4
6060#define Anum_pg_rewrite_is_instead 5
6161#define Anum_pg_rewrite_ev_qual 6
62- #define Anum_pg_rewrite_action 7
62+ #define Anum_pg_rewrite_ev_action 7
6363
6464#endif /* PG_REWRITE_H */
You can’t perform that action at this time.
0 commit comments