From b78542b9e975494bba6db2d2802439c3328d5ef7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 15 Feb 2020 14:58:30 -0500 Subject: [PATCH] Run "make reformat-dat-files". Mostly to make sure the previous commit didn't break this. Discussion: https://postgr.es/m/20200212182337.GZ1412@telsasoft.com --- src/include/catalog/pg_proc.dat | 9 ++++----- src/include/catalog/pg_type.dat | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/include/catalog/pg_proc.dat b/src/include/catalog/pg_proc.dat index 226c904c04d..0345118cdb5 100644 --- a/src/include/catalog/pg_proc.dat +++ b/src/include/catalog/pg_proc.dat @@ -7684,10 +7684,9 @@ prosrc => 'pg_notification_queue_usage' }, # shared memory usage -{ oid => '8613', - descr => 'allocations from the main shared memory segment', - proname => 'pg_get_shmem_allocations', 'prorows' => 50, 'proretset' => 't', - provolatile => 'v', 'prorettype' => 'record', 'proargtypes' => '', +{ oid => '8613', descr => 'allocations from the main shared memory segment', + proname => 'pg_get_shmem_allocations', prorows => '50', proretset => 't', + provolatile => 'v', prorettype => 'record', proargtypes => '', proallargtypes => '{text,int8,int8,int8}', proargmodes => '{o,o,o,o}', proargnames => '{name,off,size,allocated_size}', prosrc => 'pg_get_shmem_allocations' }, @@ -9326,7 +9325,7 @@ proname => 'jsonb_delete_path', prorettype => 'jsonb', proargtypes => 'jsonb _text', prosrc => 'jsonb_delete_path' }, { oid => '8945', descr => 'Set part of a jsonb, handle NULL value', - proname => 'jsonb_set_lax', prorettype => 'jsonb', proisstrict => 'f', + proname => 'jsonb_set_lax', proisstrict => 'f', prorettype => 'jsonb', proargtypes => 'jsonb _text jsonb bool text', prosrc => 'jsonb_set_lax' }, { oid => '3305', descr => 'Set part of a jsonb', proname => 'jsonb_set', prorettype => 'jsonb', diff --git a/src/include/catalog/pg_type.dat b/src/include/catalog/pg_type.dat index fe2c4eabb46..4cf2b9df7bb 100644 --- a/src/include/catalog/pg_type.dat +++ b/src/include/catalog/pg_type.dat @@ -215,9 +215,9 @@ { oid => '700', array_type_oid => '1021', descr => 'single-precision floating point number, 4-byte storage', - typname => 'float4', typlen => '4', typbyval => 't', - typcategory => 'N', typinput => 'float4in', typoutput => 'float4out', - typreceive => 'float4recv', typsend => 'float4send', typalign => 'i' }, + typname => 'float4', typlen => '4', typbyval => 't', typcategory => 'N', + typinput => 'float4in', typoutput => 'float4out', typreceive => 'float4recv', + typsend => 'float4send', typalign => 'i' }, { oid => '701', array_type_oid => '1022', descr => 'double-precision floating point number, 8-byte storage', typname => 'float8', typlen => '8', typbyval => 'FLOAT8PASSBYVAL',