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

From Kevin Grittner
Subject pgsql: Fix typo in C comment.
Date
Msg-id E1ZTYKU-0004pp-8G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in C comment.

Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/57823244ad087a2dc807a6e60fefce26f81bd5dc

Modified Files
--------------
src/backend/commands/trigger.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix typo in C comment.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid use of float arithmetic in bipartite_match.c.