mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +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:
@ -34,6 +34,7 @@
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/pg_locale.h"
|
||||
#include "utils/sortsupport.h"
|
||||
#include "utils/varlena.h"
|
||||
|
||||
|
||||
/* GUC variable */
|
||||
|
Reference in New Issue
Block a user