mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Do a tiny bit of header file maintenance
Stop including utils/relcache.h in access/genam.h, and stop including htup_details.h in nodes/tidbitmap.h. Both these files (genam.h and tidbitmap.h) are widely used in other header files, so it's in our best interest that they remain as lean as reasonable. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/202509291356.o5t6ny2hoa3q@alvherre.pgsql
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "catalog/pg_type.h"
|
||||
#include "utils/fmgrprotos.h"
|
||||
#include "utils/inet.h"
|
||||
#include "varatt.h"
|
||||
|
||||
|
||||
static int inet_spg_node_number(const inet *val, int commonbits);
|
||||
|
||||
Reference in New Issue
Block a user