doc: Fix description of pg_stop_backup()
authorMichael Paquier
Fri, 4 Mar 2022 00:51:12 +0000 (09:51 +0900)
committerMichael Paquier
Fri, 4 Mar 2022 00:51:12 +0000 (09:51 +0900)
The function was still documented as returning a set of records,
something not true as of 62ce0c7.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/3159823.1646320180@sss.pgh.pa.us

doc/src/sgml/func.sgml

index df3cd5987b7fbadda97c9493598e07adc66c3a75..8a802fb22531313ae9965f73726e8c87c64cd444 100644 (file)
@@ -25726,7 +25726,7 @@ LOG:  Grand total: 1651920 bytes in 201 blocks; 622360 free (88 chunks); 1029560
           exclusive boolean
           wait_for_archive boolean
            )
-        setof record
+        record
         ( lsn pg_lsn,
         labelfile text,
         spcmapfile text )