beta1 packaged

Started by The Hermit Hackerover 23 years ago34 messageshackers
Jump to latest
#1The Hermit Hacker
scrappy@hub.org

will announce it on -announce tomorrow, if ppl want to take a quick look
at it ... man pages weren't included, but I did regenerate the docs per
Peter's suggested commands ...

Scary, even with removing a load of stuff over to gborg, its still gotten
bigger then the last release :)

%ls -lt ~ftp/pub/source/v7.3beta
total 21125
-rw-r--r-- 1 pgsql pgsql 70 Sep 4 22:28 postgresql-test-7.3b1.tar.gz.md5
-rw-r--r-- 1 pgsql pgsql 65 Sep 4 22:28 postgresql-7.3b1.tar.gz.md5
-rw-r--r-- 1 pgsql pgsql 70 Sep 4 22:28 postgresql-base-7.3b1.tar.gz.md5
-rw-r--r-- 1 pgsql pgsql 70 Sep 4 22:28 postgresql-docs-7.3b1.tar.gz.md5
-rw-r--r-- 1 pgsql pgsql 69 Sep 4 22:28 postgresql-opt-7.3b1.tar.gz.md5
-rw-r--r-- 1 pgsql pgsql 1070154 Sep 4 22:28 postgresql-test-7.3b1.tar.gz
-rw-r--r-- 1 pgsql pgsql 2629533 Sep 4 22:28 postgresql-opt-7.3b1.tar.gz
-rw-r--r-- 1 pgsql pgsql 2577818 Sep 4 22:28 postgresql-docs-7.3b1.tar.gz
-rw-r--r-- 1 pgsql pgsql 4505929 Sep 4 22:28 postgresql-base-7.3b1.tar.gz
-rw-r--r-- 1 pgsql pgsql 10783992 Sep 4 22:27 postgresql-7.3b1.tar.gz

#2Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#1)
Re: beta1 packaged

On Wed, 4 Sep 2002, Marc G. Fournier wrote:

%ls -lt ~ftp/pub/source/v7.3beta

Is this where you're putting it this time? Last time was ~ftp/pub/beta.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
http://www.camping-usa.com http://www.cloudninegifts.com
http://www.meanstreamradio.com http://www.unknown-artists.com
==========================================================================

#3The Hermit Hacker
scrappy@hub.org
In reply to: Vince Vielhaber (#2)
Re: beta1 packaged

On Thu, 5 Sep 2002, Vince Vielhaber wrote:

On Wed, 4 Sep 2002, Marc G. Fournier wrote:

%ls -lt ~ftp/pub/source/v7.3beta

Is this where you're putting it this time? Last time was ~ftp/pub/beta.

actually, should be a symlink, but until I know the packaging and all is
well, I'm avoiding put it in there ...

Show quoted text
#4Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#3)
Re: beta1 packaged

On Thu, 5 Sep 2002, Marc G. Fournier wrote:

On Thu, 5 Sep 2002, Vince Vielhaber wrote:

On Wed, 4 Sep 2002, Marc G. Fournier wrote:

%ls -lt ~ftp/pub/source/v7.3beta

Is this where you're putting it this time? Last time was ~ftp/pub/beta.

actually, should be a symlink, but until I know the packaging and all is
well, I'm avoiding put it in there ...

Ok, I'll leave the script as is then.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
http://www.camping-usa.com http://www.cloudninegifts.com
http://www.meanstreamradio.com http://www.unknown-artists.com
==========================================================================

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#3)
Re: beta1 packaged

"Marc G. Fournier" <scrappy@hub.org> writes:

actually, should be a symlink, but until I know the packaging and all is
well, I'm avoiding put it in there ...

I pulled down the main tarball -- looks good AFAICT.

regards, tom lane

#6Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#1)
Re: beta1 packaged

On Wed, 2002-09-04 at 22:39, Marc G. Fournier wrote:

will announce it on -announce tomorrow, if ppl want to take a quick look
at it ... man pages weren't included, but I did regenerate the docs per
Peter's suggested commands ...

'./configure && make check' passes on i386 FreeBSD.

SunOS control.shared2 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-5_10
shows an error in ALTER TABLE tests:

c> cat src/test/regress/regression.diffs 
*** ./expected/alter_table.out  Fri Aug 30 12:23:20 2002
--- ./results/alter_table.out   Thu Sep  5 07:44:18 2002
***************
*** 367,374 ****
  -- As should this
  ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1);
  NOTICE:  ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
  DROP TABLE pktable cascade;
- NOTICE:  Drop cascades to constraint $2 on table fktable
  NOTICE:  Drop cascades to constraint $1 on table fktable
  DROP TABLE fktable;
  CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 inet,
--- 367,374 ----
  -- As should this
  ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1);
  NOTICE:  ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
+ ERROR:  Relation "pg_temp_5"."" does not exist
  DROP TABLE pktable cascade;
  NOTICE:  Drop cascades to constraint $1 on table fktable
  DROP TABLE fktable;
  CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 inet,

======================================================================

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rod Taylor (#6)
Re: beta1 packaged

Rod Taylor <rbt@zort.ca> writes:

SunOS control.shared2 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-5_10
shows an error in ALTER TABLE tests:

ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1);
NOTICE: ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
+ ERROR: Relation "pg_temp_5"."" does not exist

That's pretty bizarre. Is it reproducible? Can you get in there with a
debugger and try to figure out what's going wrong?

regards, tom lane

#8Manuel Sugawara
masm@fciencias.unam.mx
In reply to: The Hermit Hacker (#1)
Re: beta1 packaged

Guys,

postgresql7.3b1 does not build :-(, seems like a missing multibyte
directory

'----------------------------------------
| make[4]: Entering directory `/home/masm/download/postgresql-7.3b1/src/backend/utils/time'
| gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c -o tqual.o tqual.c
| /usr/bin/ld -r -o SUBSYS.o tqual.o
| make[4]: Leaving directory `/home/masm/download/postgresql-7.3b1/src/backend/utils/time'
| make -C mb SUBSYS.o
| make: Entering an unknown directory
| make: *** mb: No such file or directory. Stop.
| make: Leaving an unknown directory
| make[3]: *** [mb-recursive] Error 2
| make[3]: Leaving directory `/home/masm/download/postgresql-7.3b1/src/backend/utils'
| make[2]: *** [utils-recursive] Error 2
| make[2]: Leaving directory `/home/masm/download/postgresql-7.3b1/src/backend'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/masm/download/postgresql-7.3b1/src'
| make: *** [all] Error 2
`----------------------------------------

or I'm missing something?

Regards,
Manuel.

#9Rod Taylor
rbt@rbt.ca
In reply to: Tom Lane (#7)
Re: beta1 packaged

On Thu, 2002-09-05 at 11:19, Tom Lane wrote:

Rod Taylor <rbt@zort.ca> writes:

SunOS control.shared2 5.7 Generic_106541-20 sun4u sparc SUNW,Ultra-5_10
shows an error in ALTER TABLE tests:

ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references
pktable(ptest1);
NOTICE: ALTER TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
+ ERROR: Relation "pg_temp_5"."" does not exist

That's pretty bizarre. Is it reproducible? Can you get in there with a
debugger and try to figure out what's going wrong?

No, I've been unable to reproduce.

#10Tom Lane
tgl@sss.pgh.pa.us
In reply to: Manuel Sugawara (#8)
Re: beta1 packaged

Manuel Sugawara <masm@fciencias.unam.mx> writes:

or I'm missing something?

So it would seem. The utils/mb directory is certainly there in the full
tarball that I pulled from ftp.us.postgresql.org this morning. How did
you acquire your source tree, exactly?

regards, tom lane

#11Manuel Sugawara
masm@fciencias.unam.mx
In reply to: Tom Lane (#10)
Re: beta1 packaged

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

So it would seem. The utils/mb directory is certainly there in the full
tarball that I pulled from ftp.us.postgresql.org this morning. How did
you acquire your source tree, exactly?

The file is postgresql-base-7.3b1.tar.gz from
ftp://ftp.postgresql.org/pub/source/v7.3beta/

may be I need postgresql-7.3b1.tar.gz?

Regards,
Manuel.

--
No es que no puedan hallar la solución: es que no ven el problema.
G.K. Chesterson

#12Manuel Sugawara
masm@fciencias.unam.mx
In reply to: Manuel Sugawara (#11)
Re: beta1 packaged

"Marc G. Fournier" <scrappy@hub.org> writes:

You need either the 7.3b1.tar.gz (which is everything), or you need to get
all the various -*- parts (which are more manageable)

Oh, well. Thanks

Regards,
Manuel.
--
No es que no puedan hallar la solución: es que no ven el problema.
G.K. Chesterson

#13The Hermit Hacker
scrappy@hub.org
In reply to: Manuel Sugawara (#11)
Re: beta1 packaged

On 5 Sep 2002, Manuel Sugawara wrote:

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

So it would seem. The utils/mb directory is certainly there in the full
tarball that I pulled from ftp.us.postgresql.org this morning. How did
you acquire your source tree, exactly?

The file is postgresql-base-7.3b1.tar.gz from
ftp://ftp.postgresql.org/pub/source/v7.3beta/

may be I need postgresql-7.3b1.tar.gz?

You need either the 7.3b1.tar.gz (which is everything), or you need to get
all the various -*- parts (which are more manageable)

#14Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#13)
Re: beta1 packaged

Marc G. Fournier wrote:

On 5 Sep 2002, Manuel Sugawara wrote:

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

So it would seem. The utils/mb directory is certainly there in the full
tarball that I pulled from ftp.us.postgresql.org this morning. How did
you acquire your source tree, exactly?

The file is postgresql-base-7.3b1.tar.gz from
ftp://ftp.postgresql.org/pub/source/v7.3beta/

may be I need postgresql-7.3b1.tar.gz?

You need either the 7.3b1.tar.gz (which is everything), or you need to get
all the various -*- parts (which are more manageable)

I am confused. Are you saying the base file isn't compilable?

-- 
  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
#15Manuel Sugawara
masm@fciencias.unam.mx
In reply to: Bruce Momjian (#14)
Re: beta1 packaged

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

You need either the 7.3b1.tar.gz (which is everything), or you need to get
all the various -*- parts (which are more manageable)

I am confused. Are you saying the base file isn't compilable?

My idea was that it is.

Regards,
Manuel.

#16The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#14)
Re: beta1 packaged

On Thu, 5 Sep 2002, Bruce Momjian wrote:

Marc G. Fournier wrote:

On 5 Sep 2002, Manuel Sugawara wrote:

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

So it would seem. The utils/mb directory is certainly there in the full
tarball that I pulled from ftp.us.postgresql.org this morning. How did
you acquire your source tree, exactly?

The file is postgresql-base-7.3b1.tar.gz from
ftp://ftp.postgresql.org/pub/source/v7.3beta/

may be I need postgresql-7.3b1.tar.gz?

You need either the 7.3b1.tar.gz (which is everything), or you need to get
all the various -*- parts (which are more manageable)

I am confused. Are you saying the base file isn't compilable?

Hrmm ... that is odd, now that you mention it ... but the file
'distributions' between v7.2 and v7.3beta appear to be the same, so -base-
was broken in the old one too?

#17Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#14)
Re: beta1 packaged

Bruce Momjian writes:

I am confused. Are you saying the base file isn't compilable?

The mb stuff is missing because it used to be optional in the old
splitting scheme. Needs to be rethought.

--
Peter Eisentraut peter_e@gmx.net

#18Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#1)
Re: beta1 packaged

Marc G. Fournier writes:

Scary, even with removing a load of stuff over to gborg, its still gotten
bigger then the last release :)

Not hard to find the culprit:

7.2:

3.4M src/backend/utils/mb

7.3:

9.6M src/backend/utils/mb

--
Peter Eisentraut peter_e@gmx.net

#19Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#16)
Re: beta1 packaged

"Marc G. Fournier" <scrappy@hub.org> writes:

Hrmm ... that is odd, now that you mention it ... but the file
'distributions' between v7.2 and v7.3beta appear to be the same, so -base-
was broken in the old one too?

It was never intended that the "base" tarfile was alone sufficient to do
anything, was it?

regards, tom lane

#20Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#19)
Re: beta1 packaged

Tom Lane wrote:

"Marc G. Fournier" <scrappy@hub.org> writes:

Hrmm ... that is odd, now that you mention it ... but the file
'distributions' between v7.2 and v7.3beta appear to be the same, so -base-
was broken in the old one too?

It was never intended that the "base" tarfile was alone sufficient to do
anything, was it?

OK, so if base isn't compilable, then what is it good for? I don't see
any add-on packages that would make it usable.

-- 
  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
#21Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#18)
#22Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#20)
#23Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#22)
#24Hannu Krosing
hannu@tm.ee
In reply to: Bruce Momjian (#23)
#25The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#22)
#26Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#25)
#27The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#23)
#28Giles Lean
giles@nemeton.com.au
In reply to: Tom Lane (#7)
#29Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#27)
#30Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#6)
#31Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#30)
#32Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#31)
#33Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#32)
#34Tom Lane
tgl@sss.pgh.pa.us
In reply to: Giles Lean (#28)