Skip to content

Commit 764d501

Browse files
committed
Remove a stray "pgrminclude" annotation
We don't use those anymore. Fix for commit 8492feb.
1 parent 113ecf1 commit 764d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gin/gininsert.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "pgstat.h"
2929
#include "storage/bufmgr.h"
3030
#include "storage/predicate.h"
31-
#include "tcop/tcopprot.h" /* pgrminclude ignore */
31+
#include "tcop/tcopprot.h"
3232
#include "utils/datum.h"
3333
#include "utils/memutils.h"
3434
#include "utils/rel.h"

0 commit comments

Comments
 (0)