mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
remove catcache.h from syscache.h
Instead, place a forward struct declaration for struct catclist in syscache.h. This reduces header proliferation somewhat.
This commit is contained in:
1
src/backend/utils/cache/syscache.c
vendored
1
src/backend/utils/cache/syscache.c
vendored
@@ -56,6 +56,7 @@
|
||||
#include "catalog/pg_type.h"
|
||||
#include "catalog/pg_user_mapping.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/catcache.h"
|
||||
#include "utils/syscache.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user