We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc3744 commit 6e63ce0Copy full SHA for 6e63ce0
src/debug_print.c
@@ -11,11 +11,9 @@
11
#include "rangeset.h"
12
13
#include "postgres.h"
14
-#include "fmgr.h"
15
#include "nodes/bitmapset.h"
16
#include "nodes/pg_list.h"
17
#include "lib/stringinfo.h"
18
-#include "utils/lsyscache.h"
19
20
21
/*
src/include/relation_info.h
@@ -142,6 +142,7 @@ typedef struct
142
Node *expr; /* planned expression */
143
List *expr_vars; /* vars from expression, lazy */
144
Bitmapset *expr_atts; /* set with attnums from expression */
145
+
146
Oid atttype; /* expression type */
147
int32 atttypmod; /* expression type modifier */
148
bool attbyval; /* is partitioned column stored by value? */
0 commit comments