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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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.