mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Fix mistyping in get_relation_access_statistics function name
This commit is contained in:
@@ -182,7 +182,7 @@ typedef struct
|
||||
#define NUM_ACCESS_STAT_COLUMNS 6
|
||||
|
||||
Datum
|
||||
get_relations_access_statistics(PG_FUNCTION_ARGS)
|
||||
get_relation_access_statistics(PG_FUNCTION_ARGS)
|
||||
{
|
||||
FuncCallContext *funcctx;
|
||||
Datum result;
|
||||
|
||||
Reference in New Issue
Block a user