Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e63ce0

Browse files
committed
remove useless includes in debug_print.c
1 parentbcc3744 commit6e63ce0

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
Oidatttype;/* expression type */
146147
int32atttypmod;/* expression type modifier */
147148
boolattbyval;/* is partitioned column stored by value? */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp