Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 527114e

Browse files
committed
Fix "Remove superfluous tqual.h includes" by adding back one include.
I removed one include too many in e7cc78a, not sure why that escaped my test script. Author: Andres Freund
1 parent 071e118 commit 527114e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/catalog/catalog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#include "utils/fmgrprotos.h"
4949
#include "utils/rel.h"
5050
#include "utils/syscache.h"
51+
#include "utils/tqual.h"
5152

5253

5354
/*

0 commit comments

Comments
 (0)