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

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