Fixes header files

pull/7388/head
gurkanindibay 2023-12-26 13:25:54 +03:00
parent d8b329767c
commit a37e542ba8
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
#include "access/genam.h"
#include "access/htup_details.h"
#include "access/table.h"
#include "catalog/pg_shdescription.h"
#include "nodes/parsenodes.h"
#include "server/access/table.h"
#include "server/utils/rel.h"
#include "utils/builtins.h"
#include "utils/rel.h"
#include "distributed/comment.h"

View File

@ -1,6 +1,6 @@
#include "postgres.h"
#include "server/nodes/parsenodes.h"
#include "nodes/parsenodes.h"
typedef struct CommentStmtType
{