Documentation fixes for pg_visibility

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Documentation fixes for pg_visibility
Date: 2016-06-23 04:42:05
Message-ID: CAB7nPqQXBJLtfbmFV-Wucu=G1Ky2TMOEGHyLEtunqGYszR+xMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While looking at the module I found two mistakes in the docs:
pg_visibility_map and pg_visibility *not* taking in input a block
number are SRFs, and return a set of records. The documentation is
just listing them with "returns record". A patch is attached.
Thanks,
--
Michael

Attachment Content-Type Size
docs-visibility.patch invalid/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-06-23 04:46:14 Re: Documentation fixes for pg_visibility
Previous Message David Rowley 2016-06-23 03:16:12 Re: Parallelized polymorphic aggs, and aggtype vs aggoutputtype