pgsql: Fix get_relation_info name typo'ed in a comment - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix get_relation_info name typo'ed in a comment
Date
Msg-id E1cBR6h-0001HM-Qk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix get_relation_info name typo'ed in a comment

Plus add a missing comment about this in get_relation_info itself.

Author: Amit Langote
Discussion: https://postgr.es/m/e46c0569-0449-afa0-e2fe-f3776e4b3fd5@lab.ntt.co.jp

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d43ff47eabda68a8d37bf795ffb96809919b09b7

Modified Files
--------------
src/backend/optimizer/util/plancat.c | 1 +
src/backend/optimizer/util/relnode.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix get_relation_info name typo'ed in a comment