[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 work on your system or do you want to get rid

[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 work on your system or do you want to get rid

[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? This is an interesting idea. I'd rather rip out

Re: [HACKERS] OID unsigned long long

2001-08-13 Thread Larry Rosenman
! http://www.mohawksoft.com ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail

[HACKERS] Makefile.PL for Pg.so

2001-08-12 Thread Larry Rosenman
::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 http

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

2001-07-30 Thread Larry Rosenman
-r--r-- 1 ftp ftp 27872 Jul 30 14:00 config.sub 226-Transfer complete. 226 Quotas off ftp Larry regards, tom lane -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail

[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 PROTECTED] User-Agent: Mutt

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 mechanism for retrieving the primary

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

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 Message On

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: [HACKERS] NetBSD 1.5.1(HP300): Larry Rosenman writes: When it trys to run the following: configure:7174: gcc -o conftest -O2 -pipe -L/usr/local

[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
x86at SCO UNIX_SVR5 $ ---(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

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 regarding [HACKERS] way to pass NEW into

Re: [HACKERS] 2 gig file size limit

2001-07-06 Thread Larry Rosenman
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 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1

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 tar -cf ../programmer.tar --exclude=Makefile --exclude='*.sgml' --exclude=ref

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] 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

[HACKERS] docs toolchain appears broke?

2001-03-25 Thread Larry Rosenman
d`/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.tar' $ this was after making a graphics directory. Did someon

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 Original Message On 3/22/01, 4:02:45 PM, Larry Rosenman [EMAIL PROTECTED] wrote

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, Don't ask me, I don't know what this does... and (b) wondering whether

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

2001-03-22 Thread Larry Rosenman
' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/home/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 -- Larry Rosenman

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] wrote regarding [HACKERS] Re: Call

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 AM, Peter Eisentraut [EMAIL PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go.: Larry Rosenman writes: cc -G -Wl,-z,text -Wl,-h

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

2001-03-22 Thread Larry Rosenman
] writes: Larry Rosenman writes: Why do WE define _fini? Because we need to 'fini' something, I suspect. See src/interfaces/odbc/psqlodbc.c line 126. It doesn't look to me like the _fini() does anything useful; could we take it out? We do not actually need the _init() anymore either

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 work transparently for the library user.

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

2001-03-22 Thread Larry Rosenman
PROTECTED] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman [EMAIL PROTECTED] writes: Does this mean it's eligible to be fixed for 7.1? We can talk about it anyway. Does removing the _fini alone make it work for you, or do we have to remove _init too

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

2001-03-22 Thread Larry Rosenman
, 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.org/~ler Phone: +1 972-414-9812 E-Ma

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

2001-03-22 Thread Larry Rosenman
regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman [EMAIL PROTECTED] writes: Does this mean it's eligible to be fixed for 7.1? We can talk about it anyway. Does removing the _fini alone make it work for you, or do we have to remove _init too? regards

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 regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman [EMAIL PROTECTED] 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] wrote regarding Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : using the following link, with the _init/_fini killed, works: cc -G *.o -L /usr/local

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

2001-03-22 Thread Larry Rosenman
Re: [HACKERS] odbc/UnixWare 7.1.1: No Go. : Larry Rosenman writes: need to kill the _init too. Then we get other symbol issues, I think due to -Wl,z,text, but I'm not sure. These look to be due to the -Bsymbolic. Note they're only warnings, but you could really only tell by trying out

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

2001-03-22 Thread Larry Rosenman
. : 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 us anything but grief on SVR[45] ELF systems.. I have no idea what -z text means to your linker, but if it has a -Bsymbolic option then it's

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

2001-03-22 Thread Larry Rosenman
OK, it *IS* just a WARNING that the symbols are undefined. SO, can we get the _fini/_init stuff commented/taken out for 7.1? LER Original Message 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

Re: [HACKERS] Call for platforms

2001-03-21 Thread Larry Rosenman
? LER regards, tom lane ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E

Re: [HACKERS] pgindent run?

2001-03-21 Thread Larry Rosenman
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 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 ---(end

Re: [HACKERS] Call for platforms

2001-03-20 Thread Larry Rosenman
son Linux 2.2.x Alpha 7.1 2001-01-23, Ryan Kirkpatrick Linux 2.2.16 x86 7.1 2001-03-19, Thomas Lockhart Linux 2.2.15 Sparc 7.1 2001-01-30, Ryan Kirkpatrick LinuxPPC G37.1 2001-03-19, Tom Lane SCO UnixWare 7.1.1 x86 7.1 2001-03-19, Larry Rosenman MacOS-X Darwin PowerPC 7.1 2000-12

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 compiler (SCO, UDK FS 7.1.1b), defines the following: Predefined names

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, 10:53:42 AM, Peter Eisentraut

[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] ODBC/FreeBSD/LinuxEmulation/RPM?

2001-03-19 Thread Larry Rosenman
?: * Alfred Perlstein [EMAIL PROTECTED] [010319 11:27] wrote: * Larry Rosenman [EMAIL PROTECTED] [010319 10:35] wrote: 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

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

2001-03-19 Thread Larry Rosenman
: 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 E-Mail: [EMAIL PROTECTED

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

2001-03-18 Thread Larry Rosenman
---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive

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 Rosenman

Re: [HACKERS] Performance monitor signal handler

2001-03-16 Thread Larry Rosenman
reevaluate it "for this case". Jan $ ./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 $ I think some of these are configurable... LER -- Larry Rosenman http://www.lerctr.org/~l

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 $ I think some of these are configurable

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: +1 972

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 supported platforms actually have working

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 [EMAIL

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/local/ssl/include

Re: [HACKERS] beta5 and unixware 711

2001-02-27 Thread Larry Rosenman
] -- 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] 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 unixware 711. I have 2 problems: 1) enabling --with-tcl yields to link

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-21 Thread Larry Rosenman
[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] beta5 ...

2001-02-21 Thread Larry Rosenman
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.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland

RE: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-21 Thread Larry Rosenman
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 redeclares

Re: [HACKERS] Re: beta5 ...

2001-02-20 Thread Larry Rosenman
. 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-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive, Garland, TX

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 dummy postgres.h in $(destdir)/include to catch others using

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-19 Thread Larry Rosenman
* Sascha Schumann [EMAIL PROTECTED] [010219 01:37]: On Sun, 18 Feb 2001, Larry Rosenman wrote: * Bruce Momjian [EMAIL PROTECTED] [010218 22:25]: Just shoot it over to the PHP folks. Seems they are already on top if it. I don't want to work around their normal system unless necessary

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-19 Thread Larry Rosenman
Client Code should not include postgres.h #endif - Sascha -- 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-19 Thread Larry Rosenman
a dummy postgres.h in $(destdir)/include to catch others using it this release. PHP 4.0.4pl1 and earlier will *BREAK* unless we do. This is a PROBLEM. LER - Sascha -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-19 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010219 15:43]: Larry Rosenman [EMAIL PROTECTED] writes: I still think we need a dummy postgres.h in $(destdir)/include to catch others using it this release. PHP 4.0.4pl1 and earlier will *BREAK* unless we do. If we do that, no one will ever fix

Re: [HACKERS] PHP 4.0.4pl1 / Beta 5

2001-02-19 Thread Larry Rosenman
* 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 dummy postgres.h in $(destdir)/include to catch others using it this release. PHP 4.0.4pl1 and earlier will *BREAK* unless

Re: [HACKERS] Re: [BUGS] Turkish locale bug

2001-02-19 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010219 21:02]: Larry Rosenman [EMAIL PROTECTED] writes: What about EBCDIC (IBM MainFrame, I.E. Linux on S/390, Z/390). Right, that was what I meant about not wanting to hardwire assumptions about ASCII. We could instead code it as if (isupper(ch

[HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
mmandId gmake[3]: *** [pgsql.lo] Error 1 gmake[3]: Leaving directory `/home/ler/php/ext/pgsql' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/ler/php/ext/pgsql' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/ler/php/ext' gmake: *** [all-recursive] E

(forw) (forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
submit a patch to the PHP folk. LER - Forwarded message from Larry Rosenman [EMAIL PROTECTED] - From: Larry Rosenman [EMAIL PROTECTED] Subject: (forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS Date: Sun, 18 Feb 2001 14:50:32 -0600 Message-ID: [EMAIL PROTECTED] User-Agent

(forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
Re-Sent due to bounce from ftp.postgresql.org - Forwarded message from Larry Rosenman [EMAIL PROTECTED] - From: Larry Rosenman [EMAIL PROTECTED] Subject: Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS Date: Sun, 18 Feb 2001 14:41:33 -0600 Message-ID: [EMAIL PROTECTED] User

Re: (forw) (forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010218 16:54]: Larry Rosenman [EMAIL PROTECTED] writes: OK, I found it. PHP was including postgres.h (which we no longer install, so we were picking up a Feb 7 version). Changing php's ext/pgsql/php_pgsql.h to #include postgres_fe.h fixes it. Hm

Re: (forw) (forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010218 16:54]: Larry Rosenman [EMAIL PROTECTED] writes: OK, I found it. PHP was including postgres.h (which we no longer install, so we were picking up a Feb 7 version). Changing php's ext/pgsql/php_pgsql.h to #include postgres_fe.h fixes it. Hm

Re: (forw) (forw) Re: [HACKERS] PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS

2001-02-18 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010218 16:54]: Larry Rosenman [EMAIL PROTECTED] writes: OK, I found it. PHP was including postgres.h (which we no longer install, so we were picking up a Feb 7 version). Changing php's ext/pgsql/php_pgsql.h to #include postgres_fe.h fixes it. Hm

[HACKERS] PHP needs to only include postgres_fe.h now...

2001-02-18 Thread Larry Rosenman
#ifdef PHP_PGSQL_PRIVATE #undef SOCKET_SIZE_TYPE ! #include postgres_fe.h #include libpq-fe.h #ifdef PHP_WIN32 -- 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] PHP 4.0.4pl1 / Beta 5

2001-02-18 Thread Larry Rosenman
recently. Can you point him at today's fun? Bug#9328 in PHP's bug DB. 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] PHP 4.0.4pl1 / Beta 5

2001-02-18 Thread Larry Rosenman
recommend sending something to him as he is focused on PostgreSQL recently. Can you point him at today's fun? Bug#9328 in PHP's bug DB. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US

Re: [HACKERS] Re: [ADMIN] v7.1b4 bad performance

2001-02-17 Thread Larry Rosenman
a UnixWare lerami 5 7.1.1 i386 x86at SCO UNIX_SVR5 $ -- 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] WAL and commit_delay

2001-02-17 Thread Larry Rosenman
. writing Zeros is valid. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup.| Drexel Hill, Pennsylvania 19026 -- Larry

[HACKERS] python build/Current CVS/UnixWare

2001-02-07 Thread Larry Rosenman
In the current CVS, the PYTHON build sets LDSHARED to ld -G, not cc -G. It passes -Wl,-h,... to the ld command, and breaks. ALL shared library builds on UnixWare should use cc -G or CC -g as appropriate. I don't see right off where this is set. Peter E, can you fix? Thanks! -- Larry

[HACKERS] RE: python build/Current CVS/UnixWare

2001-02-07 Thread Larry Rosenman
I submitted a bug to their SourceForge Bug List. Thanks! LER -Original Message- From: Peter Eisentraut [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 12:34 PM To: Larry Rosenman Cc: PostgreSQL Hackers List Subject: Re: python build/Current CVS/UnixWare Larry Rosenman

Re: [HACKERS] Open 7.1 items

2001-01-29 Thread Larry Rosenman
* Bruce Momjian [EMAIL PROTECTED] [010129 14:03]: Fix ipcclean on Linux I believe Peter_E handled the above last week -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Springs Drive

Re: [HACKERS] Open 7.1 items

2001-01-29 Thread Larry Rosenman
| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup.| Drexel Hill, Pennsylvania 19026 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972

[HACKERS] (forw) Re: CVS Commit message generator...

2001-01-13 Thread Larry Rosenman
FYI... - Forwarded message from Jordan Hubbard [EMAIL PROTECTED] - From: Jordan Hubbard [EMAIL PROTECTED] Subject: Re: CVS Commit message generator... Date: Fri, 12 Jan 2001 19:50:33 -0800 Message-ID: [EMAIL PROTECTED] To: Larry Rosenman [EMAIL PROTECTED] Sure, it's all available from

RE: [HACKERS] CVS updates on committers list...

2001-01-12 Thread Larry Rosenman
I'm referring to the actual commit messages. It would be in the CVS server config -Original Message- From: Bruce Momjian [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:03 PM To: Larry Rosenman Cc: PostgreSQL Hackers List Subject: Re: [HACKERS] CVS updates

Re: [HACKERS] psql -l bug

2001-01-10 Thread Larry Rosenman
] -- 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] psql -l bug

2001-01-10 Thread Larry Rosenman
* Olivier PRENANT [EMAIL PROTECTED] [010110 15:03]: As I said previously.. I apologies, this was all my fault. Please discard... Oh my, When will we have an RC??? SOON. I'm running the BETA, LER On Wed, 10 Jan 2001, Larry Rosenman wrote: * Olivier PRENANT [EMAIL PROTECTED

[HACKERS] Dec TRU64/PG 7.1

2001-01-08 Thread Larry Rosenman
Has anyone tried 7.1Beta on Tru64? I've got an app that will be moving to this platform, and would like to not have any surprises (It's the first production app with PG in the dallas office, and would like to not make trouble). Thanks! LER -- Larry Rosenman http

Re: [HACKERS] Current Sources/UW7.1.1

2001-01-02 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010101 23:26]: Larry Rosenman [EMAIL PROTECTED] writes: * Tom Lane [EMAIL PROTECTED] [010101 23:16]: [snip] there are a couple of them that I *THINK* have more tuples on one side or the other of the Diff. I'll try and narrow them... (or shouldn't I bother

Re: [HACKERS] pg_dumpall (7.1beta1, current CVS)

2001-01-01 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010101 13:16]: Larry Rosenman [EMAIL PROTECTED] writes: I noticed today that pg_dumpall from current CVS does *NOT* dump a password assiged to the postgres user. I consider this BAD, since if one has to restore from a pg_dumpall, one may forget to reset

Re: [HACKERS] Current Sources/UW7.1.1

2001-01-01 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010101 23:16]: [snip] there are a couple of them that I *THINK* have more tuples on one side or the other of the Diff. I'll try and narrow them... (or shouldn't I bother? ) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812

[HACKERS] pg_dumpall (7.1beta1, current CVS)

2000-12-31 Thread Larry Rosenman
I noticed today that pg_dumpall from current CVS does *NOT* dump a password assiged to the postgres user. I consider this BAD, since if one has to restore from a pg_dumpall, one may forget to reset the password. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1

[HACKERS] Current Sources/UW7.1.1

2000-12-31 Thread Larry Rosenman
The planregress.sh tests generate errors. Attached is a tar of the planregress directory... -- 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] CIDR output format

2000-12-21 Thread Larry Rosenman
regards, tom lane -- 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] CIDR output format

2000-12-21 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [001221 09:49]: Larry Rosenman [EMAIL PROTECTED] writes: It would seem that the appropriate behavior would be to make the default display format for CIDR be like "10.0.0.0/8". Now the text() conversion function already produces this same fo

Re: [HACKERS] performance modality in 7.1 for large text attributes?

2000-12-20 Thread Larry Rosenman
for pgsql output the shorthand or not; if it did, then i apologize to one and all.) There was no way, prior to 7.1, to get all 4 octets printed using the original code. Thanks for clearing up the info. Larry Rosenman -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414

Re: [HACKERS] Re: LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-12-05 Thread Larry Rosenman
* Alfred Perlstein [EMAIL PROTECTED] [001205 04:00]: * Larry Rosenman [EMAIL PROTECTED] [001128 20:44] wrote: * Tom Lane [EMAIL PROTECTED] [001128 22:31]: Larry Rosenman [EMAIL PROTECTED] writes: The last batch of commits break on FreeBSD 4.2-STABLE. /usr/include/machine/lock.h:148

RE: [HACKERS] Re: LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-12-05 Thread Larry Rosenman
Actually, Alfred is a FreeBSD committer, and committed it to the FreeBSD source tree. It's for ALL at FreeBSD 4-STABLE as of today. LER -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 9:14 AM To: Alfred Perlstein Cc: Larry Rosenman

Re: [HACKERS] compiling pg 7.0.3 on sco 5.0.5

2000-12-04 Thread Larry Rosenman
my UnixWare 7 boxes with CURRENT sources, I think we may need to see if anyone complains. LER regards, tom lane -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED] US Mail: 1905 Steamboat Spring

Re: [HACKERS] [Fwd: Re: [CORE] Going Beta on Monday ...]

2000-12-04 Thread Larry Rosenman
scanned by default -- ie, if foo has children then SELECT FROM foo means SELECT FROM foo*. Ditto for UPDATE and DELETE. Use SELECT FROM ONLY foo if you don't want this behavior. vacuum analyze does the analyze part without holding exclusive lock -- Larry Rosenman

Re: [HACKERS] more fun with sco

2000-11-30 Thread Larry Rosenman
port-raddr.sa.sa_family = AF_UNIX; /* fill in the server (local) address */ addrlen = sizeof(port-laddr); -- My opinions are my own and not that of my employer even if I am self employed -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 97

Re: [HACKERS] Re: LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-11-29 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [001128 23:03]: Larry Rosenman [EMAIL PROTECTED] writes: We've called that routine s_lock for a *long* time, so it seems like there must be some factor involved that I don't see just yet... Didn't your commit message say something about the TAS and NON-TAS

Re: [HACKERS] Re: LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-11-29 Thread Larry Rosenman
* Larry Rosenman [EMAIL PROTECTED] [001129 19:54]: * Tom Lane [EMAIL PROTECTED] [001128 23:03]: Larry Rosenman [EMAIL PROTECTED] writes: We've called that routine s_lock for a *long* time, so it seems like there must be some factor involved that I don't see just yet... Didn't your

Re: [HACKERS] LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-11-28 Thread Larry Rosenman
BTW, it compiles fine on UnixWare 7.1.1 * Larry Rosenman [EMAIL PROTECTED] [001128 19:36]: The last batch of commits break on FreeBSD 4.2-STABLE. $ uname -a FreeBSD lerbsd.lerctr.org 4.2-STABLE FreeBSD 4.2-STABLE #90: Tue Nov 28 04:07:50 CST 2000 [EMAIL PROTECTED]:/usr/src/sys/compile

[HACKERS] Re: LOCK Fixes/Break on FreeBSD 4.2-STABLE

2000-11-28 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [001128 22:31]: Larry Rosenman [EMAIL PROTECTED] writes: The last batch of commits break on FreeBSD 4.2-STABLE. /usr/include/machine/lock.h:148: conflicting types for `s_lock' ../../../src/include/storage/s_lock.h:402: previous declaration of `s_lock

<    1   2   3   4   5   6   7   8   >