Fix a compiler warning introduced in the previous commit
authorPavan Deolasee <[email protected]>
Tue, 10 Jul 2018 12:23:18 +0000 (17:53 +0530)
committerPavan Deolasee <[email protected]>
Fri, 27 Jul 2018 08:00:17 +0000 (13:30 +0530)
src/backend/access/common/printtup.c

index e89484aac3c28a93a1d452644aedf8d00b95c9dd..67efae01d1502456f48dd650f916361decefd352 100644 (file)
@@ -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"