pgsql: Fix typo for RangeVarGetRelidExtended

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo for RangeVarGetRelidExtended
Date: 2018-03-07 04:36:34
Message-ID: E1etQoc-0003c7-W8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo for RangeVarGetRelidExtended

The function is actually RangeVarGetRelidExtended, so the comment should
reflect that.

Author: Michael Paquier
Discussion: https://postgr.es/m/20180307035216.GA3184@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06ca148430e45a68ad20172fc8a5bd353b6351e0

Modified Files
--------------
src/backend/catalog/namespace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-07 05:54:00 pgsql: Fix test counting in SSL tests
Previous Message Peter Eisentraut 2018-03-07 02:56:05 pgsql: Fix costing of parallel hash joins.