Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e63ce0

Browse files
committed
remove useless includes in debug_print.c
1 parent bcc3744 commit 6e63ce0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/debug_print.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
#include "rangeset.h"
1212

1313
#include "postgres.h"
14-
#include "fmgr.h"
1514
#include "nodes/bitmapset.h"
1615
#include "nodes/pg_list.h"
1716
#include "lib/stringinfo.h"
18-
#include "utils/lsyscache.h"
1917

2018

2119
/*

src/include/relation_info.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ typedef struct
142142
Node *expr; /* planned expression */
143143
List *expr_vars; /* vars from expression, lazy */
144144
Bitmapset *expr_atts; /* set with attnums from expression */
145+
145146
Oid atttype; /* expression type */
146147
int32 atttypmod; /* expression type modifier */
147148
bool attbyval; /* is partitioned column stored by value? */

0 commit comments

Comments
 (0)