Fix "Remove superfluous tqual.h includes" by adding back one include.

I removed one include too many in e7cc78ad43, not sure why that
escaped my test script.

Author: Andres Freund
This commit is contained in:
Andres Freund 2019-01-21 12:59:31 -08:00
parent 071e11898d
commit 527114e51e

View file

@ -48,6 +48,7 @@
#include "utils/fmgrprotos.h"
#include "utils/rel.h"
#include "utils/syscache.h"
#include "utils/tqual.h"
/*