On Mon, Oct 01, 2018 at 09:42:08AM +0000, PG Doc comments form wrote:
> The description of the pgrowlocks extension says that the function returns a
> column called "lock_type". However this column is really called "modes", as
> shown in contrib/pgrowlocks/pgrowlocks--1.2.sql:
> 
> CREATE FUNCTION pgrowlocks(IN relname text,
>     OUT locked_row TID,     -- row TID
>     OUT locker XID,     -- locking XID
>     OUT multi bool,     -- multi XID?
>     OUT xids xid[],     -- multi XIDs
>     OUT modes text[],       -- multi XID statuses
>     OUT pids INTEGER[])     -- locker's process id
> RETURNS SETOF record
> AS 'MODULE_PATHNAME', 'pgrowlocks'
> LANGUAGE C STRICT PARALLEL SAFE;

0ac5ad5 has updated pgrowlocks from 1.0 to 1.1 and it forgot the
documentation.  The order of the columns is correct, but the example was
not.  So I updated the documentation with a fresh one, and fixed it all
the way down to 9.3.  Thanks for the report, Chris!
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to