Adds missing comments

pull/7388/head
gurkanindibay 2023-12-26 14:54:53 +03:00
parent a13ca73c10
commit 09a93f3cdb
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,14 @@
/*-------------------------------------------------------------------------
*
* comment.c
* Commands to interact with the comments for all database
* object types.
*
* Copyright (c) Citus Data, Inc.
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "access/genam.h"

View File

@ -1,3 +1,13 @@
/*-------------------------------------------------------------------------
*
* comment.h
* Declarations for comment related operations.
*
* Copyright (c) Citus Data, Inc.
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "nodes/parsenodes.h"