Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 614a26b

Browse files
committed
Remove deteriorated entry from pg_proc.h
1 parent 4754904 commit 614a26b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/include/catalog/pg_proc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ typedef FormData_pg_proc *Form_pg_proc;
162162
#define PROPARALLEL_RESTRICTED 'r' /* can run in parallel master only */
163163
#define PROPARALLEL_UNSAFE 'u' /* banned while in parallel mode */
164164

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-
169165
/*
170166
* Symbolic values for proargmodes column. Note that these must agree with
171167
* the FunctionParameterMode enum in parsenodes.h; we declare them here to

0 commit comments

Comments
 (0)