Run "make reformat-dat-files".
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Feb 2020 19:58:30 +0000 (14:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Feb 2020 19:58:30 +0000 (14:58 -0500)
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
src/include/catalog/pg_type.dat

index 226c904c04de447b2f46d9a5e7bc019f2404a72b..0345118cdb58219717fee5d5ae2157a2c5f09b06 100644 (file)
   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' },
   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',
index fe2c4eabb46dac36297699366d7574824238ecf2..4cf2b9df7bba8cbc28e5c7f1a93ddf10346cccce 100644 (file)
 
 { 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',