beta1 packaged
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
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
==========================================================================
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
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
==========================================================================
"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
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,
======================================================================
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
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.
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 existThat'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.
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
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
"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
Import Notes
Reply to msg id not found: 20020905135056.I24945-100000@hub.orgReference msg id not found: 20020905135056.I24945-100000@hub.org | Resolved by subject fallback
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)
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
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.
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?
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
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
"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
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