mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +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/attoptcache.c
vendored
1
src/backend/utils/cache/attoptcache.c
vendored
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "access/reloptions.h"
|
||||
#include "utils/attoptcache.h"
|
||||
#include "utils/catcache.h"
|
||||
#include "utils/hsearch.h"
|
||||
#include "utils/inval.h"
|
||||
#include "utils/syscache.h"
|
||||
|
Reference in New Issue
Block a user