projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c5a42
)
Fix a compiler warning introduced in the previous commit
author
Pavan Deolasee
<
[email protected]
>
Tue, 10 Jul 2018 12:23:18 +0000
(17:53 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Fri, 27 Jul 2018 08:00:17 +0000
(13:30 +0530)
src/backend/access/common/printtup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/common/printtup.c
b/src/backend/access/common/printtup.c
index e89484aac3c28a93a1d452644aedf8d00b95c9dd..67efae01d1502456f48dd650f916361decefd352 100644
(file)
--- a/
src/backend/access/common/printtup.c
+++ b/
src/backend/access/common/printtup.c
@@
-17,6
+17,7
@@
#include "postgres.h"
#include "access/printtup.h"
+#include "catalog/namespace.h"
#include "libpq/libpq.h"
#include "libpq/pqformat.h"
#include "tcop/pquery.h"