Skip to content

Commit 0c346f1

Browse files
committed
Change output type to internal
1 parent 6703dff commit 0c346f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5331,9 +5331,9 @@ DATA(insert OID = 3444 ( pg_control_init PGNSP PGUID 12 1 0 0 0 f f f f t f v s
53315331
DESCR("pg_controldata init state information as a function");
53325332

53335333
/* type subscription support */
5334-
DATA(insert OID = 3343 ( jsonb_subscription PGNSP PGUID 12 1 0 0 0 f f f f t f s s 1 0 16 "2281" _null_ _null_ _null_ _null_ _null_ jsonb_subscription _null_ _null_ _null_ ));
5334+
DATA(insert OID = 3343 ( jsonb_subscription PGNSP PGUID 12 1 0 0 0 f f f f t f s s 1 0 "2281" "2281" _null_ _null_ _null_ _null_ _null_ jsonb_subscription _null_ _null_ _null_ ));
53355335
DESCR("Jsonb subscription logic");
5336-
DATA(insert OID = 3344 ( array_subscription PGNSP PGUID 12 1 0 0 0 f f f f t f s s 1 0 16 "2281" _null_ _null_ _null_ _null_ _null_ array_subscription _null_ _null_ _null_ ));
5336+
DATA(insert OID = 3344 ( array_subscription PGNSP PGUID 12 1 0 0 0 f f f f t f s s 1 0 "2281" "2281" _null_ _null_ _null_ _null_ _null_ array_subscription _null_ _null_ _null_ ));
53375337
DESCR("Array subscription logic");
53385338

53395339
/*

0 commit comments

Comments
 (0)