projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113ecf1
)
Remove a stray "pgrminclude" annotation
author
Peter Eisentraut
Tue, 1 Apr 2025 13:27:28 +0000
(15:27 +0200)
committer
Peter Eisentraut
Tue, 1 Apr 2025 13:28:22 +0000
(15:28 +0200)
We don't use those anymore. Fix for commit
8492feb98f6
.
src/backend/access/gin/gininsert.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/gin/gininsert.c
b/src/backend/access/gin/gininsert.c
index b2f89cad88023010a2301d6a903613fb5bd38f84..e25d817c1955c26ac1829033a092a23555b40b8e 100644
(file)
--- a/
src/backend/access/gin/gininsert.c
+++ b/
src/backend/access/gin/gininsert.c
@@
-28,7
+28,7
@@
#include "pgstat.h"
#include "storage/bufmgr.h"
#include "storage/predicate.h"
-#include "tcop/tcopprot.h"
/* pgrminclude ignore */
+#include "tcop/tcopprot.h"
#include "utils/datum.h"
#include "utils/memutils.h"
#include "utils/rel.h"