mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Changed pg_rewrite attributes ev_qual and ev_action to the new
compressed lztext data type. Jan
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "utils/builtins.h"
|
||||
#include "access/heapam.h"
|
||||
#include "catalog/catname.h"
|
||||
#include "catalog/indexing.h"
|
||||
@ -27,7 +28,6 @@
|
||||
#include "miscadmin.h"
|
||||
#include "rewrite/rewriteRemove.h"
|
||||
#include "utils/acl.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/syscache.h"
|
||||
|
||||
#include "../backend/parser/parse.h"
|
||||
|
Reference in New Issue
Block a user