mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +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 "miscadmin.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/varlena.h"
|
||||
|
||||
|
||||
PG_FUNCTION_INFO_V1(bt_metap);
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/pg_lsn.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/varlena.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user