pgsql: Fix typo in comment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix typo in comment.
Date
Msg-id E1VzWHN-0000U3-It@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in comment.

classifyClauses was renamed to classifyConditions somewhere along the
line, but this comment didn't get the memo.

Ian Barwick

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9929975666904bcad6df5cb8fe73451fd4910621

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Restore some comments lost during 15732b34e8c8
Next
From: Tom Lane
Date:
Subject: pgsql: Fix header comment for bitncmp().