1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +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:
Peter Eisentraut
2017-01-20 20:29:53 -05:00
parent c6a389792e
commit f21a563d25
54 changed files with 118 additions and 33 deletions

View File

@ -31,6 +31,7 @@
#include "utils/lsyscache.h"
#include "utils/rel.h"
#include "utils/syscache.h"
#include "utils/varlena.h"
#define MAX_FUZZY_DISTANCE 3