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

From Tom Lane
Subject pgsql: Fix old typo in comment.
Date
Msg-id E1VbF3Y-0003qT-0e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix old typo in comment.

NFAs have children, but their individual states don't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6756c8ad305f78a1d27875c3d40d3bf271cf4789

Modified Files
--------------
src/include/regex/regguts.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Prevent using strncpy with src == dest in TupleDescInitEntry.
Next
From: Robert Haas
Date:
Subject: pgsql: Avoid too-large shift on 32-bit Windows.