1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Changed pg_rewrite attributes ev_qual and ev_action to the new

compressed lztext data type.

Jan
This commit is contained in:
Jan Wieck
1999-11-18 13:56:30 +00:00
parent 1276aef2f5
commit 73bfcf6b22
6 changed files with 14 additions and 12 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.39 1999/11/16 04:13:59 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.40 1999/11/18 13:56:29 wieck Exp $
*
* NOTES
* These routines allow the parser/planner/executor to perform
@ -19,6 +19,7 @@
*/
#include "postgres.h"
#include "utils/builtins.h"
#include "access/heapam.h"
#include "catalog/catname.h"
#include "catalog/pg_aggregate.h"