mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
New header varatt.h split off from postgres.h
This new header contains all the variable-length data types support (TOAST support) from postgres.h, which isn't needed by large parts of the backend code. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/ddcce239-0f29-6e62-4b47-1f8ca742addf%40enterprisedb.com
This commit is contained in:
@ -2390,6 +2390,7 @@ PG_FUNCTION_INFO_V1(funcname);
|
||||
#include <string.h>
|
||||
#include "fmgr.h"
|
||||
#include "utils/geo_decls.h"
|
||||
#include "varatt.h"
|
||||
|
||||
PG_MODULE_MAGIC;
|
||||
|
||||
|
Reference in New Issue
Block a user