mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Move some things from builtins.h to new header files
This avoids that builtins.h has to include additional header files.
This commit is contained in:
contrib
bloom
citext
dblink
fuzzystrmatch
pageinspect
pgrowlocks
pgstattuple
postgres_fdw
tsearch2
unaccent
src
backend
access
brin
gin
gist
hash
nbtree
spgist
catalog
commands
parser
postmaster
replication
tsearch
utils
include
pl
plpgsql
@ -141,6 +141,7 @@
|
||||
#include "utils/timestamp.h"
|
||||
#include "utils/tqual.h"
|
||||
#include "utils/typcache.h"
|
||||
#include "utils/varlena.h"
|
||||
|
||||
|
||||
/* Hooks for plugins to get control when we ask for stats */
|
||||
|
Reference in New Issue
Block a user