Re: about EDITOR_LINENUMBER_SWITCH

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Robert Haas <robertmhaas@gmail.com>, Peter Eisentraut <peter_e@gmx.net>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2011-10-14T19:59:44Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Oops, I see a problem.  Right now, our first major release has no zero,
> e.g. 9.2, while our minors have a third digit, 9.2.5.  The problem is
> that with this patch it is confusing to have a psql config file that
> matches 9.2.0, but not 9.2.5, because you can't write 9.2.0.

Uh, this seems like nonsense.  We've been labeling major releases with
a dot-zero for some time, and that's embedded in process now (cf
version_stamp.pl) to the point that we're unlikely to forget to do so.

			regards, tom lane