projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071e118
)
Fix "Remove superfluous tqual.h includes" by adding back one include.
author
Andres Freund
<
[email protected]
>
Mon, 21 Jan 2019 20:59:31 +0000
(12:59 -0800)
committer
Andres Freund
<
[email protected]
>
Mon, 21 Jan 2019 20:59:31 +0000
(12:59 -0800)
I removed one include too many in
e7cc78ad43eb
, not sure why that
escaped my test script.
Author: Andres Freund
src/backend/catalog/catalog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/catalog.c
b/src/backend/catalog/catalog.c
index e23f21966f6bb5c04ee5d18c0d10b72a58a4023c..a9d2621a7eed553974877bfd639036265508ac77 100644
(file)
--- a/
src/backend/catalog/catalog.c
+++ b/
src/backend/catalog/catalog.c
@@
-48,6
+48,7
@@
#include "utils/fmgrprotos.h"
#include "utils/rel.h"
#include "utils/syscache.h"
+#include "utils/tqual.h"
/*