pgsql: Fix typo for RangeVarGetRelidExtended - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix typo for RangeVarGetRelidExtended
Date
Msg-id E1etQoc-0003c7-W8@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix costing of parallel hash joins.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix test counting in SSL tests