Discussion:
CVSROOT: remerge earthdistance back into pgql-server/contrib and move
(too old to reply)
Marc G. Fournier
2004-10-11 01:37:24 UTC
Permalink
Log Message:
-----------

remerge earthdistance back into pgql-server/contrib and move pgsql-server to pgsql

Modified Files:
--------------
CVSROOT:
modules (r1.37 -> r1.38)
(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/modules.diff?r1=1.37&r2=1.38)

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
Sean Chittenden
2004-10-11 16:06:21 UTC
Permalink
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers. I
think a message to announce@ would be justified with some helpful bits
of advice such as the following:

### BEGIN HINT
Run the following two commands from inside of your PostgreSQL source
tree.

To keep your existing tree working, run the following command:

find . -name Repository -exec perl -pi.proj_rename -e \
's#/projects/cvsroot/pgsql-server#/projects/cvsroot/pgsql#' {} \;

To prevent every modified file from having a conflict, run the
following command:

find . -type f -exec perl -p -i.proj_rename -e \
's#\$PostgreSQL: pgsql-server/#\$PostgreSQL: pgsql/#g' {} \;

Once you're satisfied that the search-replace was successful, you can
remove the .proj_rename files by typing:

find . -name '*.proj_rename' -delete
### END HINT

-sc
--
Sean Chittenden


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Bruce Momjian
2004-10-11 16:26:30 UTC
Permalink
Uh, we have not had many reports yet of problems from users.

---------------------------------------------------------------------------
Post by Sean Chittenden
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers. I
### BEGIN HINT
Run the following two commands from inside of your PostgreSQL source
tree.
find . -name Repository -exec perl -pi.proj_rename -e \
's#/projects/cvsroot/pgsql-server#/projects/cvsroot/pgsql#' {} \;
To prevent every modified file from having a conflict, run the
find . -type f -exec perl -p -i.proj_rename -e \
's#\$PostgreSQL: pgsql-server/#\$PostgreSQL: pgsql/#g' {} \;
Once you're satisfied that the search-replace was successful, you can
find . -name '*.proj_rename' -delete
### END HINT
-sc
--
Sean Chittenden
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
--
Bruce Momjian | http://candle.pha.pa.us
***@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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Tom Lane
2004-10-11 16:42:59 UTC
Permalink
Post by Sean Chittenden
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers.
If you had a problem with it, you should have spoken up earlier when
it was being discussed.
I agree that it needs to be announced, but it would be sufficient to
tell people to do a fresh checkout. This business of sed'ing changes
into your CVS/Repository files seems pretty error-prone to me.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ***@postgresql.org)
Sean Chittenden
2004-10-11 16:54:23 UTC
Permalink
Post by Tom Lane
Post by Sean Chittenden
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers.
If you had a problem with it, you should have spoken up earlier when
it was being discussed.
I missed that discussion (limited bandwidth to read Pg mail, not
reading hackers@ as often as I should). Apologies for the noise, it
just caught me by surprise with all of the conflicts I had this
morning.
Post by Tom Lane
I agree that it needs to be announced, but it would be sufficient to
tell people to do a fresh checkout. This business of sed'ing changes
into your CVS/Repository files seems pretty error-prone to me.
It's only as hackish of a way to update a checked out repository as CVS
really is. :) -sc
--
Sean Chittenden


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Marc G. Fournier
2004-10-11 17:28:09 UTC
Permalink
Post by Tom Lane
Post by Sean Chittenden
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers.
If you had a problem with it, you should have spoken up earlier when
it was being discussed.
I agree that it needs to be announced, but it would be sufficient to
tell people to do a fresh checkout.
Shouldn't everyone using CVS be following -hackers anyway?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: ***@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Tom Lane
2004-10-11 17:39:44 UTC
Permalink
Post by Marc G. Fournier
Post by Tom Lane
I agree that it needs to be announced, but it would be sufficient to
tell people to do a fresh checkout.
Shouldn't everyone using CVS be following -hackers anyway?
You would think, but Mike Fuhr at least wasn't; he was griping about
the change this AM on -general. I expect a few more gripes over the
next week or two if we don't announce it more widely.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Sean Chittenden
2004-10-11 16:01:37 UTC
Permalink
Post by Marc G. Fournier
remerge earthdistance back into pgql-server/contrib and move
pgsql-server to pgsql
Ugh, this is going to create a *HUGE* headache for many developers. I
think a message to announce@ would be justified with some helpful bits
of advice such as the following:

### BEGIN HINT
Run the following two commands from inside of your PostgreSQL source
tree.

To keep your existing tree working, run the following command:

find . -name Repository -exec perl -pi.proj_rename -e \
's#/projects/cvsroot/pgsql-server#/projects/cvsroot/pgsql#' {} \;

To prevent every modified file from having a conflict, run the
following command:

find . -type f -exec perl -p -i.proj_rename -e \
's#\$PostgreSQL: pgsql-server/#\$PostgreSQL: pgsql/#g' {} \;

Once you're satisfied that the search-replace was successful, you can
remove the .proj_rename files by typing:

find . -name '*.proj_rename' -delete
### END HINT

-sc
--
Sean Chittenden


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Loading...