pgsql: Fix get_relation_info name typo'ed in a comment

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix get_relation_info name typo'ed in a comment
Date: 2016-11-28 18:56:51
Message-ID: E1cBR6h-0001HM-Qk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-29 00:09:03 pgsql: Fix estimate_expression_value to constant-fold SQLValueFunction
Previous Message Tom Lane 2016-11-28 16:51:40 pgsql: Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP