Re: [HACKERS] test 2, first failed ...

2002-06-21 Thread Larry Rosenman
n appropriate > > subscribe-nomail command to [EMAIL PROTECTED] so that your > > message can get through to the mailing list cleanly > > > > > > ---(end of broadcast)--- > TIP 4: Don't 'kill -9&#x

Re: [HACKERS] What is wrong with hashed index usage?

2002-06-21 Thread Larry Rosenman
On Fri, 2002-06-21 at 15:12, Bruce Momjian wrote: > Larry Rosenman wrote: > > On Fri, 2002-06-21 at 11:51, Bruce Momjian wrote: > > > Tom Lane wrote: > > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > > > > > > > > > &

Re: [HACKERS] What is wrong with hashed index usage?

2002-06-21 Thread Larry Rosenman
bug the DBA on EVERY index that is a hash? I know I personally hate the FreeBSD linker warnings about certain functions, and don't like that precedent. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail:

Re: [HACKERS] First cut at SSL documentation

2002-06-13 Thread Larry Rosenman
; [EMAIL PROTECTED] | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup.| Drexel Hill, Pennsylvania 19026 > > ---(end of broadcast)--- > TIP 6: Have you search

Re: [HACKERS] Integrating libpqxx

2002-06-12 Thread Larry Rosenman
On Wed, 2002-06-12 at 19:41, Bruce Momjian wrote: > Larry Rosenman wrote: > > > > > > I think we will just give you CVS access. Not sure how to get the CVS > > > history. I think if you send me the CVS root I can use CVS import to > > > load it. >

Re: [HACKERS] Integrating libpqxx

2002-06-12 Thread Larry Rosenman
ly move his CVS/ files to your repository, and add appropriate entries stuff. LER > > > -- > Bruce Momjian| http://candle.pha.pa.us > [EMAIL PROTECTED] | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > +

Re: [HACKERS] Feature request: Truncate table

2002-06-12 Thread Larry Rosenman
now in PostgreSQL, but I simply >emulate it by drop table/create table. > > What is a TRUNCATE TABLE but a drop create anyway? Is there some > technical difference? > It doesn't kill indexes/triggers/constraints/Foreign Key Stuff, etc. -- Larry Rosenman

Re: [HACKERS] Feature request: Truncate table

2002-06-12 Thread Larry Rosenman
RUNCATE Description: empty a table Syntax: TRUNCATE [ TABLE ] name ler=# > > ---(end of broadcast)--- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html > -- Larry Rosenman

Re: [HACKERS] Use of /etc/services?

2002-06-07 Thread Larry Rosenman
ereafter). > > Mike. > > ---(end of broadcast)--- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-

Re: [HACKERS] Debugging symbols by default

2002-04-05 Thread Larry Rosenman
pped binaries around > elsewhere for debugging -- the possibilities are endless ;-) ) > > Comments? With the Caldera (nee SCO) compiler -O and -g are mutually exclusive. If you include both, you'll get -g. I'd recommend against this for production use with the Caldera cc and C

Re: [HACKERS] [SQL] [ADMIN] Syslog

2002-03-14 Thread Larry Rosenman
4C34 3E1D 0C1C > > "Let your light so shine before men, that they may see > your good works, and glorify your Father which is in > heaven." Matthew 5:16 > > > ---(end of broadcast)--- > TI

Re: [HACKERS] anoncvs and CVS link off developers.postgresql.org

2001-10-06 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [011006 14:28]: > If I try: > cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot login > I get a time out This is fixed, and I needed to add a /projects before the /cvsroot. > > If I go to the cvs repository checkout link on > developer.po

[HACKERS] anoncvs and CVS link off developers.postgresql.org

2001-10-06 Thread Larry Rosenman
-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 ---(end of broadcast)--- TIP 4: Don't 'ki

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Larry Rosenman
gt; from the database. To fix this Larry's patch or you stat in the > previous mail are sufficient. I will commit the fix. I use password authentication, and that seems to be what tripped it. The applied patch works for me. Thanks, Gentlemen. LER > > > Forget it! A default cl

Re: [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-07 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [010907 21:06]: > I finally got all the way through a compile set: > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > --with-CXX --with-perl --enable-multibyte --enable-cassert \ > --with-includes=/usr

[HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-07 Thread Larry Rosenman
ith zero length at 0/2922448 DEBUG: redo is not required DEBUG: database system is ready THIS IS UNACCEPTABLE. How do I get out of it? LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Ste

Re: [HACKERS] Makefile.PL for Pg.so

2001-09-07 Thread Larry Rosenman
+ sub MY::dynamic_lib { > > + package MY; > > + my $inherited= shift->SUPER::dynamic_lib(@_); > > + if (! -d $ENV{POSTGRES_LIB} ) { > > +my $cwd = `pwd`; > > + chop $cwd; > > + $ENV{POSTGRES_LIB} = "$cwd/../libpq"; > >

Re: [HACKERS] [COMMITTERS] pgsql/src/backend/utils/mb encnames.c

2001-09-07 Thread Larry Rosenman
enable-multibyte --enable-cassert \ > > --with-includes=/usr/local/include --with-libs=/usr/local/lib \ > > --enable-debug \ > > --with-tcl --with-tclconfig=/usr/local/lib \ > > --with-tkconfig=/usr/local/lib --enable-locale --with-python > >

Re: [HACKERS] [COMMITTERS] pgsql/src/backend/utils/mb encnames.c

2001-09-07 Thread Larry Rosenman
udes=/usr/local/include --with-libs=/usr/local/lib \ --enable-debug \ --with-tcl --with-tclconfig=/usr/local/lib \ --with-tkconfig=/usr/local/lib --enable-locale --with-python > > > ---(end of broadcast)--- > TIP 4:

Re: [HACKERS] Beta Monday?

2001-09-07 Thread Larry Rosenman
* Karel Zak <[EMAIL PROTECTED]> [010907 09:00]: > On Fri, Sep 07, 2001 at 07:31:50AM -0500, Larry Rosenman wrote: > > * Bruce Momjian <[EMAIL PROTECTED]> [010906 23:45]: > > > > > > > > > Oh, I see. Can you send an detailed email to hackers to Ta

Re: [HACKERS] Beta Monday?

2001-09-07 Thread Larry Rosenman
ll, Pennsylvania 19026 > > > > > > ---(end of broadcast)--- > > > TIP 3: if posting/reading through Usenet, please send an appropriate > > > subscribe-nomail command to [EMAIL PROTECTED] so that your > > >

Re: [HACKERS] Beta Monday?

2001-09-06 Thread Larry Rosenman
-- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [EMAIL PROTECTED] so that your > message can get through to the mailing list cleanly > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812

Re: [HACKERS] [COMMITTERS] pgsql/src/backend/utils/mb encnames.c win1251. ...

2001-09-06 Thread Larry Rosenman
8_to_alt.map utf8_to_koi8r.map > utf8_to_win1251.map > win1251_to_utf8.map > > Log message: > Add missing files. > > > ---(end of broadcast)--

Re: [HACKERS] Bytea/Base64 encoders for libpq - interested?

2001-09-04 Thread Larry Rosenman
scaping, though. > Better ideas anyone? Cooked vs raw? LER > > regards, tom lane > > ---(end of broadcast)--- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere"

Re: [HACKERS] NetBSD 1.5.1(HP300)

2001-08-28 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010828 09:59]: > Larry Rosenman writes: > > > in testing CVS tip(sort of), I found that you need -lcurses with > > -ledit on NetBSD 1.5.1. > > > > _tputs in undefined otherwise. > > Fixed in current. of NetBSD?

Re: [HACKERS] pg_dump failure, can't get data out...

2001-08-26 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010826 20:23]: > Larry Rosenman writes: > > > pg_dump: query to get function name of oid - failed: ERROR: oidin: > > error in "-": can't parse "-" > > It's trying to dump a functional index b

[HACKERS] Re: pg_dump failure, can't get data out...

2001-08-26 Thread Larry Rosenman
* Tom Lane <[EMAIL PROTECTED]> [010826 19:39]: > Larry Rosenman <[EMAIL PROTECTED]> writes: > > pg_dump: query to get function name of oid - failed: ERROR: oidin: > > error in "-": can't parse "-" > > Actually, I'm seeing it here

[HACKERS] Re: pg_dump failure, can't get data out...

2001-08-26 Thread Larry Rosenman
* Tom Lane <[EMAIL PROTECTED]> [010826 19:25]: > Larry Rosenman <[EMAIL PROTECTED]> writes: > > I had upgraded yesterday and *THOUGHT* all was fine. > > Forgot to pg_dump, so I restored my $PGLIB and bin directory, now get > > the following when I try to pg_dump:

[HACKERS] pg_dump failure, can't get data out...

2001-08-26 Thread Larry Rosenman
]: [504] DEBUG: query: SELECT proname from pg_proc where pg_proc.oid = '-'::oid Aug 26 19:10:07 lerami pg-prod[3861]: [505] ERROR: oidin: error in "-": can't parse "-" Aug 26 19:10:07 lerami pg-prod[3861]: [506] DEBUG: AbortCurrentTransaction Aug 26 19:10:07 le

Re: [HACKERS] Re: [PATCHES] Makefile.PL for Pg.so

2001-08-26 Thread Larry Rosenman
ses. I ass/u/me that you tested it on lerami? LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Re: [HACKERS] Re: [PATCHES] Makefile.PL for Pg.so

2001-08-26 Thread Larry Rosenman
-debug \ --with-tcl --with-tclconfig=/usr/local/lib \ --with-tkconfig=/usr/local/lib --enable-locale --with-python The above is my configure input. > > regards, tom lane -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-98

[HACKERS] Re: [PATCHES] Makefile.PL for Pg.so

2001-08-25 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010825 18:14]: > Larry Rosenman writes: > > > Can we do something similar for the distribution to set the > > RUNPATH for Pg.so? > > AFAICT, Pg.so does get the runpath set correctly. Are you saying it > doesn't

[HACKERS] Re: [PATCHES] Makefile.PL for Pg.so

2001-08-25 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010825 18:14]: > Larry Rosenman writes: > > > Can we do something similar for the distribution to set the > > RUNPATH for Pg.so? > > AFAICT, Pg.so does get the runpath set correctly. Are you saying it > doesn't

[HACKERS] Re: /bin/ld -G vs /usr/ccs/bin/cc -G

2001-08-25 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010824 19:33]: > Larry Rosenman writes: > > > I noticed while testing the preceeding patch for resultmap, that we > > use /bin/ld -G to build the .so's. THIS DOESN'T WORK on UnixWare and > > OpenUNIX 8. >

[HACKERS] /bin/ld -G vs /usr/ccs/bin/cc -G

2001-08-24 Thread Larry Rosenman
I noticed while testing the preceeding patch for resultmap, that we use /bin/ld -G to build the .so's. THIS DOESN'T WORK on UnixWare and OpenUNIX 8. Where can I change this to use cc -G? Larry -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 97

[HACKERS] Re: [PATCHES] Makefile.PL for Pg.so

2001-08-14 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010814 16:58]: > Larry Rosenman writes: > > > I made the following patch, and it works for MY platform. > > > > Peter, > > Can we do something similar for the distribution to set the > > RUNPATH for Pg.so? >

Re: [HACKERS] OID unsigned long long

2001-08-13 Thread Larry Rosenman
> The wire protocol... LER > > -- > 5-4-3-2-1 Thunderbirds are GO! > > http://www.mohawksoft.com > > ---(end of broadcast)------- > TIP 4: Don't 'kill -9' the postmaster > -- Larry Ro

[HACKERS] Makefile.PL for Pg.so

2001-08-12 Thread Larry Rosenman
PER::dynamic_lib(@_); + if (! -d $ENV{POSTGRES_LIB} ) { +my $cwd = `pwd`; + chop $cwd; + $ENV{POSTGRES_LIB} = "$cwd/../libpq"; + } + $inherited=~ s@OTHERLDFLAGS =@OTHERLDFLAGS =-R$ENV{POSTGRES_LIB}@; + $inherited; + } -- Larry Rosenman

[HACKERS] Re: Autoconf 2.50 is out (was Re: [PATCHES] Re: OpenUnix 8 Patch)

2001-08-05 Thread Larry Rosenman
he patch I submitted was from the FTP site. Can you at least commit those? > > -- > Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]

[HACKERS] Re: Autoconf 2.50 is out (was Re: [PATCHES] Re: OpenUnix 8 Patch)

2001-07-30 Thread Larry Rosenman
ful. 150 Opening ASCII mode data connection for file list. -rw-r--r-- 1 ftp ftp 38214 Jul 30 14:00 config.guess -rw-r--r-- 1 ftp ftp 27872 Jul 30 14:00 config.sub 226-Transfer complete. 226 Quotas off ftp> Larry > > regards, tom lane

[HACKERS] OU8...

2001-07-27 Thread Larry Rosenman
Skip the patch for configure.in in that last one, use this in it's place (I missed one sysv5uw). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044

[HACKERS] config.guess on OpenUnix 8...

2001-07-27 Thread Larry Rosenman
I believe Caldera has submitted changes to the autoconf people to update config/config.guess to support OpenUNIX 8. Our current stuff BREAKS unless you use the SCOMPAT magic to look like a UnixWare 7.1.1 box. Who needs to pick up an update? Larry -- Larry Rosenman

[HACKERS] (forw) Caldera OpenUNIX 8

2001-07-27 Thread Larry Rosenman
I got a mailbox full for Peter, so here is information. Larry ROsenman - Forwarded message from Larry Rosenman <[EMAIL PROTECTED]> - From: Larry Rosenman <[EMAIL PROTECTED]> Subject: Caldera OpenUNIX 8 Date: Fri, 27 Jul 2001 11:58:01 -0500 Message-ID: <[EMAIL PROTECT

Re: OID wraparound (was Re: [HACKERS] pg_depend)

2001-07-18 Thread Larry Rosenman
Didn't know about that one, at least from the reading of the docs... Thanks, You answered the question. I knew OID's weren't unique, but they are likely to be able to distinguish between 2 rows in the same table. Maybe ctid needs to be documented better? LER >> Original Me

Re: OID wraparound (was Re: [HACKERS] pg_depend)

2001-07-18 Thread Larry Rosenman
Also, without OID's, how do you fix EXACT duplicate records that happen by accident? LER >> Original Message << On 7/18/01, 3:46:30 PM, Rod Taylor <[EMAIL PROTECTED]> wrote regarding Re: OID wraparound (was Re: [HACKERS] pg_depend) : > If OIDs are dropped a

Re: [HACKERS] Idea: recycle WAL segments, don't delete/recreate 'em

2001-07-18 Thread Larry Rosenman
Err PG_DUMP nightly on a 38,000,000+row table that takes forever to dump/unload, and gets updated every 5 minutes with 256KChar worth of updates? Give me a FAST pg_dump, and I'll think about it, until then, no LER (PS: this is also a reason for making a pg_upgrade work IN PLACE on a

Re: [HACKERS] NetBSD 1.5.1(HP300)

2001-07-16 Thread Larry Rosenman
Reported to NetBSD as pr BIN/13486 LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/16/01, 3:40:31 PM, Peter Eisentraut <[EMAIL PROTECTED]> wrote regarding Re: [H

Re: [HACKERS] NetBSD 1.5.1(HP300)

2001-07-16 Thread Larry Rosenman
t sure WHY configure doesn't add -lcurses, but it needs to. I can give you a shell account on this box (WARNING: it's slow, it's a 25 Mhz 68040) if you want. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<

[HACKERS] NetBSD 1.5.1(HP300)

2001-07-16 Thread Larry Rosenman
in testing CVS tip(sort of), I found that you need -lcurses with -ledit on NetBSD 1.5.1. _tputs in undefined otherwise. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive

Re: [HACKERS] iconv?

2001-07-15 Thread Larry Rosenman
* Tatsuo Ishii <[EMAIL PROTECTED]> [010715 20:02]: > > Here is UnixWare: > [snip] > > Hum. I'm not sure what each file represents, but it looks like no > Asian language is supported except Japanese on UnixWare. May need to load something from the CD LER &

Re: [HACKERS] iconv?

2001-07-15 Thread Larry Rosenman
.646DE.e 88591.cpz unicode.sjis.so 852.88592.p 88591.646DE.p 88591.dk_pc unicode.utf.so 857.88599.b 88591.646DK.b 88591.roman8.dvt220.88591.b 857.88599.d 88591.646DK.d 88591.vt220.b vt220.88591.d 857.88599.e 88591.646DK.e 88591.vt220

Re: [HACKERS] way to pass NEW into function

2001-07-10 Thread Larry Rosenman
What I did in a similar trigger was set a variable (of type RECORD) to NEW and then use that. (I actually used the appropriate fields, but record should... work) LER >> Original Message << On 7/10/01, 4:22:34 PM, Mike Cianflone <[EMAIL PROTECTED]> wrote rega

Re: [HACKERS] 2 gig file size limit

2001-07-06 Thread Larry Rosenman
;t have to worry about it. LER > -- > Naomi Walker > Chief Information Officer > Eldorado Computing, Inc. > 602-604-3100 ext 242 > > > ---(end of broadcast)--- > TIP 4: Don't 'kill -9' the postmaster

Re: [HACKERS] docs toolchain appears broke?

2001-03-27 Thread Larry Rosenman
Can Ian's patch be committed, please? Thanks. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/26/01, 5:13:39 AM, Larry Rosenman <[EMAIL PROTECTED]> wrote reg

Re: [HACKERS] Re: Call for platforms

2001-03-26 Thread Larry Rosenman
I would. LER -- Larry Rosenman http://www.lerctr.org/~ler/ Phone: +1 972 414 9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX

Re: [HACKERS] Re: Call for platforms

2001-03-26 Thread Larry Rosenman
Since the SCO UDK works on both UnixWare and OpenServer, I think we are pretty safe. Also, there was a post to -HACKERS about the accept bug and we changed the workaround to include OSR5. I'd leave it until disproved. I don't have a OSR5 installation to check it with, however. LER >

Re: [HACKERS] docs toolchain appears broke?

2001-03-26 Thread Larry Rosenman
* Ian Lance Taylor <[EMAIL PROTECTED]> [010326 01:14]: > Tom Lane <[EMAIL PROTECTED]> writes: > > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/doc/src/sgml' > > > cd sgml &&

[HACKERS] docs toolchain appears broke?

2001-03-25 Thread Larry Rosenman
sgml' --exclude=ref *.html -C `cd . && pwd`/graphics catalogs.gif connections.gif tar: can't add file catalogs.gif : No such file or directory tar: can't add file connections.gif : No such file or directory gmake: *** [programmer.tar] Error 1 gmake: *** Deleting file `programmer.

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-24 Thread Larry Rosenman
* Peter Eisentraut <[EMAIL PROTECTED]> [010324 17:35]: > Tom Lane writes: > > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > I'll take the deafening silence as a NO? > > > > I was (a) waiting to see what Peter thought about it, > > Do

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-24 Thread Larry Rosenman
I'll take the deafening silence as a NO? LER * Larry Rosenman <[EMAIL PROTECTED]> [010323 16:59]: > Can I get a go/nogo decision on whether these two functions can be #if'd > out for 7.1? > > Thanks. > > LER > > > >>>>>>>&g

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-23 Thread Larry Rosenman
Can I get a go/nogo decision on whether these two functions can be #if'd out for 7.1? Thanks. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/22/01, 4:02:45 P

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
On 3/22/01, 3:38:59 PM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Larry Rosenman <[EMAIL PROTECTED]> writes: > > My question is WHY are we using -Bsymbolic and/or -z text anyway? > > These options don't appear to buy

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
;<<<<<<<<<<< On 3/22/01, 3:38:59 PM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Larry Rosenman <[EMAIL PROTECTED]> writes: > > My question is WHY are we using -Bsymbolic and/or -z text anyway? &

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
l Message <<<<<<<<<<<<<<<<<< On 3/22/01, 2:50:53 PM, Peter Eisentraut <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Larry Rosenman writes: > > need to kill the _init too. Then we get other symbol

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
and before you ask, the _init and _fini NEED to go away. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/22/01, 1:00:08 PM, Larry Rosenman <[EMAIL PROTECTED]> wrot

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Peter, I'm not a GNU MAKE person, can you help here? LER >>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/22/01, 12:49:10 PM, Tom Lane <[EMAIL PROTECTED]> wrote re

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
ge <<<<<<<<<<<<<<<<<< On 3/22/01, 12:23:57 PM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Larry Rosenman <[EMAIL PROTECTED]> writes: > > Does this mean it's eligible

[HACKERS] (forw) Revised schedule for 4.3-RELEASE

2001-03-22 Thread Larry Rosenman
3-RELEASE! Thanks, - Jordan ** And I already filed mine, so nyah nyah nyah! :-) :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message - End forwarded message - -- Larry Rosenman http://www.lerctr

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
;>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/22/01, 12:23:57 PM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Larry Rosenman <[EMAIL PROTECTED]> writes: > > D

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Does this mean it's eligible to be fixed for 7.1? LER >> Original Message << On 3/22/01, 11:05:29 AM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > It's supposed to

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
3/22/01, 10:20:11 AM, Tom Lane <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Larry Rosenman writes: > >> Why do WE define _fini? > > Because we need to 'fini' something, I s

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
Can't we do something with atexit or other PORTABLE end stuff? I'll look at it for 7.2. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/22/01, 10:16:03 A

Re: [HACKERS] Re: Call for platforms

2001-03-22 Thread Larry Rosenman
4.3 is in RELEASE CANDIDATE right now. By the time we release, it should be -RELEASE or -STABLE. I'd include it as just 4.3. It will be the -RELEASE at the time we are. LER >> Original Message << On 3/22/01, 8:50:26 AM, Thomas Lockhart <[EMAIL PROTECTED]>

Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-22 Thread Larry Rosenman
me/ler/pg-dev/pgsql/src/interfaces' > > gmake[1]: *** [all] Error 2 > > gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src' > > gmake: *** [all] Error 2 > > > > Why do WE define _fini? > > > > LER > > > > > > -- > >

Re: [HACKERS] pgindent run?

2001-03-21 Thread Larry Rosenman
(end of broadcast)--- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [EMAIL PROTECTED] so that your > message can get through to the mailing list cleanly -- Larry Rosenman http://www.lerctr.o

[HACKERS] odbc/UnixWare 7.1.1: No Go.

2001-03-21 Thread Larry Rosenman
ake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src' gmake: *** [all] Error 2 Why do WE define _fini? LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs

Re: [HACKERS] Call for platforms

2001-03-21 Thread Larry Rosenman
for a write to a disk file > to terminate after a partial transfer is a full disk. What do you > think? What about hitting a quota? LER > > regards, tom lane > > ---(end of broadcast)--- > TIP 1: subscri

Re: [HACKERS] Call for platforms

2001-03-20 Thread Larry Rosenman
x86 7.1 2001-03-19, Bruce Momjian > FreeBSD 4.2 x867.1 2001-03-19, Vince Vielhaber > HPUX 10.20 PA-RISC 7.1 2001-03-19, Tom Lane > IBMS/390 7.1 2000-11-17, Neale Ferguson > Linux 2.2.x Alpha 7.1 2001-01-23, Ryan Kirkpatrick > Linux 2.2.16 x86 7.1 2001-03-19, Thom

Re: [HACKERS] Final Call: RC1 about to go out the door ...

2001-03-20 Thread Larry Rosenman
UnixWare 7, Rel 7.1.1, using UDK FS Compiler FreeBSD 4.[23] LER >> Original Message << On 3/20/01, 1:11:21 PM, Peter Eisentraut <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] Final Call: RC1 about to go out the door ...: > The Hermit Hacker writes: > >

Re: AW: [HACKERS] Re: More on elog and error codes

2001-03-20 Thread Larry Rosenman
Coming from an IBM Mainframe background, I'm used to ALL OS/Product messages having a message number, and a fat messages and codes book. I hope we can do that eventually. (maybe a database of the error numbers and codes?) LER >> Original Message << On 3/20/01

Re: [HACKERS] Re: elog with automatic file, line, and function

2001-03-20 Thread Larry Rosenman
* Pete Forman <[EMAIL PROTECTED]> [010320 04:22]: > Larry Rosenman writes: > > * Tom Lane <[EMAIL PROTECTED]> [010319 18:58]: > > > However, if the C99 spec has such a concept, they didn't use that name > > > for it ... > > My C99 co

Re: [HACKERS] elog with automatic file, line, and function

2001-03-19 Thread Larry Rosenman
ion that I can find. LER > > regards, tom lane > > ---(end of broadcast)--- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [EMAIL PROTECTED] so that your &g

Re: [HACKERS] ODBC/FreeBSD/LinuxEmulation/RPM?

2001-03-19 Thread Larry Rosenman
t;<< On 3/19/01, 1:44:02 PM, Alfred Perlstein <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] ODBC/FreeBSD/LinuxEmulation/RPM?: > * Alfred Perlstein <[EMAIL PROTECTED]> [010319 11:27] wrote: > > * Larry Rosenman <[EMAIL PROTECTED]> [010319 10:35] wrote: > >

[HACKERS] ODBC/FreeBSD/LinuxEmulation/RPM?

2001-03-19 Thread Larry Rosenman
Is there any way to get just the ODBC RPM to install with OUT installing the whole DB? I have a strange situation: StarOffice 5.2 (Linux) Running under FreeBSD Linux Emulation PG running NATIVE. I want the two to talk, using ODBC. How do I make this happen? LER -- Larry Rosenman

Re: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-18 Thread Larry Rosenman
the skills to generate a test case worthy of anything LER > > regards, tom lane > > ---(end of broadcast)--- > TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] -- Larry Rosenman

Re: [HACKERS] Performance monitor signal handler

2001-03-16 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [010316 20:47]: > * Jan Wieck <[EMAIL PROTECTED]> [010316 16:35]: > $ ./queuetest > Pipe buffer is 32768 bytes > Sys-V message queue buffer is 4096 bytes > $ uname -a > UnixWare lerami 5 7.1.1 i386 x86at SCO UNIX_SVR5 >

Re: [HACKERS] Performance monitor signal handler

2001-03-16 Thread Larry Rosenman
a good way to go at > all. I hate it's incompatibility to the select(2) system > call and all these OS/installation dependant restrictions. > But I'm tempted to reevaluate it "for this case". > > > Jan $ ./queuetest Pipe buffer is 327

Re: Re[4]: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-16 Thread Larry Rosenman
Yes, you are. On UnixWare, you need to add -Kthread, which CHANGES a LOT of primitives to go through threads wrappers and scheduling. See the doc on the http://UW7DOC.SCO.COM or http://www.lerctr.org:457/ web pages. Also, some functions are NOT available without the -Kthread or -Kpthread dir

Re: [HACKERS] Re: AW: Allowing WAL fsync to be done via O_SYNC

2001-03-16 Thread Larry Rosenman
My UnixWare box runs Veritas' VXFS, and has Online-Data Manager installed. Documentation is available at http://www.lerctr.org:457/ There are MULTIPLE sync modes, and there are also hints an app can give to the FS. More info is available if you want. LER -- Larry Ros

Re: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-15 Thread Larry Rosenman
I'd actually vote for it to remain for a release or two or more, as we get more experience with stuff, the defaults may be different for different workloads. LER -- Larry Rosenman http://www.lerctr.org/~ler/ Phone: +

Re: [HACKERS] Performance monitor

2001-03-08 Thread Larry Rosenman
I don't believe that UnixWare will take the PS change without having ROOT. LER > Original Message << On 3/8/01, 3:54:31 PM, Peter Eisentraut <[EMAIL PROTECTED]> wrote regarding Re: [HACKERS] Performance monitor : > Tom Lane writes: > > How many of our suppo

Re: [HACKERS] Re: int8 beta5 broken?

2001-02-28 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [010228 11:13]: > Working on it. > > Give me a couple of hours. > Olivier, How did you build OpenSSL? I get the following (I only have a static lib): cc -O -K inline -K PIC -I. -I../../../src/include -I/usr/local/include -I/usr

RE: [HACKERS] Re: int8 beta5 broken?

2001-02-28 Thread Larry Rosenman
Working on it. Give me a couple of hours. LER -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:04 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Larry Rosenman Subject: Re: [HACKERS] Re: int8 beta5 broken? Olivier PRENANT <[EM

Re: [HACKERS] beta5 and unixware 711

2001-02-27 Thread Larry Rosenman
* Olivier PRENANT <[EMAIL PROTECTED]> [010227 15:00]: > On Tue, 27 Feb 2001, Larry Rosenman wrote: > > > * Olivier PRENANT <[EMAIL PROTECTED]> [010227 13:30]: > > > Hi all, > > > > > > I've been trying to play with beta5 today on unixwar

Re: [HACKERS] beta5 and unixware 711

2001-02-27 Thread Larry Rosenman
3-6-07-63-80-64 (GSM) > FRANCE Email: [EMAIL PROTECTED] > ------ > Make your life a dream, make your dream a reality. (St Exupery) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

RE: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-21 Thread Larry Rosenman
Larry Rosenman Cc: Tom Lane; Sascha Schumann; PostgreSQL Hackers List; Bruce Momjian Subject: Re: [HACKERS] PHP 4.0.4pl1 / Beta 5 Larry Rosenman writes: > AND make sure we nuke any OLD version in $(destdir)/include... Which > will cause a file not found vs. compile errors based on

Re: [HACKERS] beta5 ...

2001-02-21 Thread Larry Rosenman
o keep up, or the e-mail flood after a couple of days is just > about unbearable. slocal/procmail/mutt on a Unix Box makes it easier. My Mailing list stuff gets filtered off. LER > -- > Lamar Owen > WGCR Internet Radio > 1 Peter 4:11 -- Larry Rosenman http://www

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-21 Thread Larry Rosenman
ile will still be silently broken. THIS CHANGED WITHIN A BETA CYCLE. THAT SHOULD HAVE WORKED. LER > > -- > Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-20 Thread Larry Rosenman
* Larry Rosenman <[EMAIL PROTECTED]> [010219 15:55]: > * Larry Rosenman <[EMAIL PROTECTED]> [010219 15:45]: > > * Tom Lane <[EMAIL PROTECTED]> [010219 15:43]: > > > Larry Rosenman <[EMAIL PROTECTED]> writes: > > > > I still think we need a d

Re: [HACKERS] Re: beta5 ...

2001-02-20 Thread Larry Rosenman
Bruce has BSDI, Marc has FreeBSD, we have > some active W32 developers, etc etc. I have a UnixWare 7.1.1 box I run PG on > > What would SF add to this mix? > >- Thomas -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-981

<    1   2   3   4   5   6   7   8   9   >