pgsql: Increment all major version numbers in 8.0.X to force recompile

Started by Bruce Momjianover 21 years ago7 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Increment all major version numbers in 8.0.X to force recompile of
client aplications so 7.4.X releases can be installed on the same
machine as 8.0.X.

Modified Files:
--------------
pgsql/doc/src/sgml:
charset.sgml (r2.64 -> r2.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.64&r2=2.65)

#2Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#1)
Re: pgsql: Increment all major version numbers in 8.0.X

Bruce Momjian wrote:

Increment all major version numbers in 8.0.X to force recompile of
client aplications so 7.4.X releases can be installed on the same
machine as 8.0.X.

Modified Files:
--------------
pgsql/doc/src/sgml:
charset.sgml (r2.64 -> r2.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.64&r2=2.65)

This commit surely does not do what the commit message claims it does...

-Neil

#3Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#2)
Re: pgsql: Increment all major version numbers in 8.0.X

Neil Conway wrote:

Bruce Momjian wrote:

Increment all major version numbers in 8.0.X to force recompile of
client aplications so 7.4.X releases can be installed on the same
machine as 8.0.X.

Modified Files:
--------------
pgsql/doc/src/sgml:
charset.sgml (r2.64 -> r2.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.64&r2=2.65)

This commit surely does not do what the commit message claims it does...

Yea, I forgot I had changes in main cvs when I applied to 7.4. Anyway
they had to get in anyway.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#4Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#3)
Re: pgsql: Increment all major version numbers in 8.0.X

Bruce Momjian wrote:

Yea, I forgot I had changes in main cvs when I applied to 7.4.

(The text presented by `cvs ci' should help prevent this...)

Anyway they had to get in anyway.

So, are you going to actually bump the library version numbers in HEAD?

-Neil

#5Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#4)
Re: pgsql: Increment all major version numbers in 8.0.X

Neil Conway wrote:

Bruce Momjian wrote:

Yea, I forgot I had changes in main cvs when I applied to 7.4.

(The text presented by `cvs ci' should help prevent this...)

Anyway they had to get in anyway.

So, are you going to actually bump the library version numbers in HEAD?

I did that a while ago. The version numbers should match now between
8.0 and CVS HEAD.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#5)
Re: pgsql: Increment all major version numbers in 8.0.X

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Neil Conway wrote:

So, are you going to actually bump the library version numbers in HEAD?

I did that a while ago. The version numbers should match now between
8.0 and CVS HEAD.

Uh, that's exactly what we *don't* want. You need to bump them again
in HEAD.

regards, tom lane

#7Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#6)
Re: pgsql: Increment all major version numbers in 8.0.X

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Neil Conway wrote:

So, are you going to actually bump the library version numbers in HEAD?

I did that a while ago. The version numbers should match now between
8.0 and CVS HEAD.

Uh, that's exactly what we *don't* want. You need to bump them again
in HEAD.

OK, I will bump the minor numbers in CVS HEAD. I am not sure we have
agreed to always bump major.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073