pgsql: Fix comment in procarray.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in procarray.c
Date: 2020-08-27 07:45:30
Message-ID: E1kBCbC-00021K-OE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in procarray.c

The description of GlobalVisDataRels was missing, GlobalVisCatalogRels
being mentioned instead.

Author: Jim Nasby
Discussion: https://postgr.es/m/8e06c883-2858-1fd4-07c5-560c28b08dcd@amazon.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77c7267c37f7fa8e5e48abda4798afdbecb2b95a

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-27 21:36:47 pgsql: Fix code for re-finding scan position in a multicolumn GIN index
Previous Message Tom Lane 2020-08-26 21:08:18 pgsql: Suppress compiler warning in non-cassert builds.