mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -48,6 +48,7 @@
|
||||
#include "utils/fmgrprotos.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/syscache.h"
|
||||
#include "utils/tqual.h"
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user