mirror of https://github.com/citusdata/citus.git
Add pgstat_fetch_stat_local_beentry in pg_version_compat
pgstat_fetch_stat_local_beentry has been renamed to
pgstat_get_local_beentry_by_index in PG16.0
Relevant PG commit:
8dfa37b797
8dfa37b797843a83a5756ea3309055e8953e1a86
pull/7201/head
parent
7c0b289761
commit
ef09615e9d
|
@ -46,6 +46,8 @@ get_guc_variables_compat(int *gucCount)
|
|||
#define object_ownercheck(a, b, c) object_ownercheck(a, b, c)
|
||||
#define object_aclcheck(a, b, c, d) object_aclcheck(a, b, c, d)
|
||||
|
||||
#define pgstat_fetch_stat_local_beentry(a) pgstat_get_local_beentry_by_index(a)
|
||||
|
||||
#else
|
||||
|
||||
#include "catalog/pg_class_d.h"
|
||||
|
|
Loading…
Reference in New Issue