We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4754904 commit 614a26bCopy full SHA for 614a26b
src/include/catalog/pg_proc.h
@@ -162,10 +162,6 @@ typedef FormData_pg_proc *Form_pg_proc;
162
#define PROPARALLEL_RESTRICTED 'r' /* can run in parallel master only */
163
#define PROPARALLEL_UNSAFE 'u' /* banned while in parallel mode */
164
165
-/* Builtin connection pol functions */
166
-DATA(insert OID = 6027 ( pg_backend_load_average PGNSP PGUID 12 1 0 0 0 f f f f t f v s 1 0 701 "23" _null_ _null_ _null_ _null_ _null_ pg_backend_load_average _null_ _null_ _null_ ));
167
-
168
169
/*
170
* Symbolic values for proargmodes column. Note that these must agree with
171
* the FunctionParameterMode enum in parsenodes.h; we declare them here to
0 commit comments