Re: [HACKERS] Build farm

2003-11-19 Thread Peter Eisentraut
Andrew Dunstan writes: If there's general interest I'll try to cook something up. (This kind of stuff is right up my alley). I'd prefer some automated display of results, though. A simple CGI script should be all that's required for that. The real problem will be to find enough machines so

[HACKERS] Win32 port

2003-11-19 Thread Jean-Michel POURE
Le Mardi 18 Novembre 2003 20:22, ow a écrit : Not really. I simply think there are more pressing issues than win32 port. Dear friends, Porting to Win32 can multiply: - direct users (i.e. developers) by a factor of two or three, - indirect users by a larger factor, provided that major projects

[HACKERS] PG7.4 ordering operator

2003-11-19 Thread strk
Testing postgis support in PG7.4 (2003-11-11) I've encountered to this problem: ERROR: could not identify an ordering operator for type geometry HINT: Use an explicit ordering operator or modify the query. Whenever I issue one of these commands: gis=# select the_geom

Re: [HACKERS] Win32 port

2003-11-19 Thread Shridhar Daithankar
Jean-Michel POURE wrote: OK, now, some of us will complain that Win32 is not needed at a time when the Debian Synaptic graphical installer gives access to 13.748 packages. Win32 sounds like an old Atari game station. Agreed. On the long-run, everyone will leave Win32, even my grand-mother.

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Sailesh Krishnamurthy
Greg == Greg Stark [EMAIL PROTECTED] writes: Greg I think you're talking about situations like where x = ? or Greg y = ? or where x = ? and y = ? Greg When both `x' and `y' are indexed. It's possible to do the Greg index lookup, gather a list of tid pointers in some Greg

[HACKERS] ECPG: EXEC SQL CREATE SCHEMA foo Broken

2003-11-19 Thread Lee Kindness
Hi, please apply patch below to correct the EXEC SQL CREATE SCHEMA construct in ECPG. Currently (versions 7.3.x, 7.4) the preprocessor emmits create scheme in error, rather than create schema. A workaround also exists for those who require it (but I guess no-one apart from me does since it's went

[HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread strk
Running initdb: creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11 ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's

Re: [HACKERS] Build farm

2003-11-19 Thread Andrew Dunstan
Peter Eisentraut wrote: Andrew Dunstan writes: If there's general interest I'll try to cook something up. (This kind of stuff is right up my alley). I'd prefer some automated display of results, though. A simple CGI script should be all that's required for that. The real problem will

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Mike Mascari
Robert Treat wrote: On Tue, 2003-11-18 at 17:31, Sailesh Krishnamurthy wrote: One step at a time :-) Actually a big problem is figuring out new pieces for the projects. Most of the items in the TODO list are way too much for a class project - we gave 'em 3 weeks to make the Hash GroupedAgg

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Robert Treat
If by up to date you mean 7.4, your probably going to have to wait, but I believe that Command Prompt, dbExperts, Red Hat, and SRA all have some type of binary based support available. Robert Treat On Tue, 2003-11-18 at 17:19, Austin Gonyou wrote: I've been looking all over but I can't seem to

Re: [HACKERS] Release cycle length

2003-11-19 Thread Jan Wieck
Marc G. Fournier wrote: On Tue, 18 Nov 2003, Peter Eisentraut wrote: The time from release 7.3 to release 7.4 was 355 days, an all-time high. We really need to shorten that. We already have a number of significant improvements in 7.5 now, and several good ones coming up in the next few weeks.

Re: [HACKERS] ECPG: EXEC SQL CREATE SCHEMA foo Broken

2003-11-19 Thread Michael Meskes
On Wed, Nov 19, 2003 at 11:02:59AM +, Lee Kindness wrote: Hi, please apply patch below to correct the EXEC SQL CREATE SCHEMA construct in ECPG. Currently (versions 7.3.x, 7.4) the preprocessor emmits create scheme in error, rather than create schema. Thanks. Applied to HEAD and 7.4. I take

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Robert Treat
On Tue, 2003-11-18 at 17:31, Sailesh Krishnamurthy wrote: Mike == Mike Mascari [EMAIL PROTECTED] writes: Mike How about extra credit for PITR? One step at a time :-) Actually a big problem is figuring out new pieces for the projects. Most of the items in the TODO list are way too

Re: [HACKERS] Build farm

2003-11-19 Thread Peter Eisentraut
Andrew Dunstan writes: Useful is probably subjective. That list would at least be a good place to start, though. What combinations of variables do you think we would need? First of all, I don't necessarily think that a large list of CPU/operation system combinations is going to help much.

Re: [HACKERS] Background writer process

2003-11-19 Thread Zeugswetter Andreas SB SD
1. Open WAL files with O_SYNC|O_DIRECT or O_SYNC(Not sure if Without grouping WAL writes that does not fly. Iff however such grouping is implemented that should deliver optimal performance. I don't think flushing WAL to the OS early (before a tx commits) is necessary, since writing 8k or

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Sailesh Krishnamurthy
Mike == Mike Mascari [EMAIL PROTECTED] writes: Mike Robert Treat wrote: While some form of bitmapped indexing would be cool, other ideas might be to implement different buffer manager strategies. I was impressed by how quickly Jan was able to implement ARC over LRU, but there

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Michael Meskes
On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date* postgresql support and provides their own supported binaries. Am I barking up the wrong tree entirely here? Why do you insist on their own

Re: [HACKERS] A big thanks to SuSE

2003-11-19 Thread Lamar Owen
On Monday 17 November 2003 05:28 pm, Daniele Orlandi wrote: Yesterday I was a bit worried... I switched to SuSE just 2 weeks ago... my newly installed databse server was waitinI thought that I would have to wait so much to have RPMs for SuSE and today I see v7.4 compiled for many flavors of

Re: [HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread Andrew Dunstan
strk wrote: Running initdb: creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11 It is working fine for me (RH9). Can you provide more details? Platform? How you are calling initdb? cheers andrew ---(end of

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Hans-Jürgen Schönig
Robert Treat wrote: If by up to date you mean 7.4, your probably going to have to wait, but I believe that Command Prompt, dbExperts, Red Hat, and SRA all have some type of binary based support available. Don't forget to mention us ... ;). Cheers, Hans -- Cybertec Geschwinde u Schoenig

Re: [HACKERS] ECPG: EXEC SQL CREATE SCHEMA foo Broken

2003-11-19 Thread Bruce Momjian
Michael Meskes wrote: On Wed, Nov 19, 2003 at 11:02:59AM +, Lee Kindness wrote: Hi, please apply patch below to correct the EXEC SQL CREATE SCHEMA construct in ECPG. Currently (versions 7.3.x, 7.4) the preprocessor emmits create scheme in error, rather than create schema. Thanks.

[HACKERS] Background writer committed

2003-11-19 Thread Jan Wieck
I committed the first part of the background writer process. We had a consensus on attempting to avoid write() calls from regular backends, but did no come to any conclusions what to do to force the kernel to actually do some IO. Consequently, this patch is a separate process launched by

Re: [HACKERS] Build farm

2003-11-19 Thread Andrew Dunstan
Peter Eisentraut wrote: Andrew Dunstan writes: Useful is probably subjective. That list would at least be a good place to start, though. What combinations of variables do you think we would need? First of all, I don't necessarily think that a large list of CPU/operation system

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Sailesh Krishnamurthy
Robert == Robert Treat [EMAIL PROTECTED] writes: Robert allowing indexes for searching nulls, or adding Robert concurrency to GIST, or allowing non btree indexes to Oh this has come up before on -hackers and I've been meaning to chime in. Marcel Kornacker did implement concurrency for

Re: [HACKERS] A big thanks to SuSE

2003-11-19 Thread Lamar Owen
On Wednesday 19 November 2003 12:02 pm, Peter Eisentraut wrote: Lamar Owen writes: And he is getting paid to do it, unlike me. That's news to me. :-) Reinhard Max is getting paid to do it, not you. Bad english on my part. -- Lamar Owen Director of Information Technology Pisgah Astronomical

Re: [HACKERS] logical column position

2003-11-19 Thread Andreas Pflug
Christopher Kings-Lynne wrote: Will adding the logical attribute number break all of the external tools? pg_dump, etc are all dependent on attnum now? Would it be possible to keep the meaning of attnum the same externally and add another column internally to represent the physical number?

Re: [HACKERS] A big thanks to SuSE

2003-11-19 Thread Peter Eisentraut
Lamar Owen writes: And he is getting paid to do it, unlike me. That's news to me. :-) -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Marc G. Fournier
On Wed, 19 Nov 2003, Michael Meskes wrote: On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date* postgresql support and provides their own supported binaries. Am I barking up the wrong tree

[HACKERS] unsubscribe

2003-11-19 Thread John Liu
---(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

Re: [HACKERS] Background writer committed

2003-11-19 Thread Bruce Momjian
TODO updated: * -Use background process to write dirty shared buffers to disk --- Jan Wieck wrote: I committed the first part of the background writer process. We had a consensus on attempting to avoid write()

Re: [HACKERS] logical column position

2003-11-19 Thread Dave Cramer
Andreas, The point of this is to maintain the column position. I don't think that an alter of a column type should move the column position. It may be that programmers should not rely on this, but it happens, and in very large projects. If we can avoid unexpected side-affects like moving the

Re: [HACKERS] A big thanks to SuSE

2003-11-19 Thread Bruce Momjian
Lamar Owen wrote: On Wednesday 19 November 2003 12:02 pm, Peter Eisentraut wrote: Lamar Owen writes: And he is getting paid to do it, unlike me. That's news to me. :-) Reinhard Max is getting paid to do it, not you. Bad english on my part. As I remember, Peter's company, Credativ,

Re: [HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread strk
andrew wrote: Ok, seriously weird. This is apparently from the pg_type relation and looks just fine on my installation. Have you tried make distclean; cvs update; configure; make check ? Tried now: 4 of 93 tests failed. .. initdb does not fault though ;) It seems that the build system is

Re: [HACKERS] logical column position

2003-11-19 Thread Andreas Pflug
Dave Cramer wrote: Andreas, The point of this is to maintain the column position. I don't think that an alter of a column type should move the column position. Why should ALTER COLUMN change the column number, i.e. position? It may be that programmers should not rely on this, but it happens,

Re: [HACKERS] logical column position

2003-11-19 Thread Dave Cramer
Andreas, On Wed, 2003-11-19 at 13:07, Andreas Pflug wrote: Dave Cramer wrote: Andreas, The point of this is to maintain the column position. I don't think that an alter of a column type should move the column position. Why should ALTER COLUMN change the column number, i.e. position?

Re: [HACKERS] Build farm

2003-11-19 Thread Peter Eisentraut
Andrew Dunstan writes: Maybe it wouldn't be of great value to PostgreSQL. And maybe it would. I have an open mind about it. I don't think incompleteness is an argument against it, though. If you want to do it, by all means go for it. I'm sure it would give everyone a fuzzy feeling to see the

Re: [HACKERS] logical column position

2003-11-19 Thread Andreas Pflug
Dave Cramer wrote: Andreas, On Wed, 2003-11-19 at 13:07, Andreas Pflug wrote: Dave Cramer wrote: Andreas, The point of this is to maintain the column position. I don't think that an alter of a column type should move the column position. Why should ALTER COLUMN change the column

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Austin Gonyou
On Wed, 2003-11-19 at 11:31, Marc G. Fournier wrote: On Wed, 19 Nov 2003, Michael Meskes wrote: On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date* postgresql support and provides

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Bruce Momjian
Marc G. Fournier wrote: On Wed, 19 Nov 2003, Michael Meskes wrote: On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date* postgresql support and provides their own supported binaries.

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Nigel J. Andrews
On Wed, 19 Nov 2003, Bruce Momjian wrote: Marc G. Fournier wrote: On Wed, 19 Nov 2003, Michael Meskes wrote: On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date* postgresql

Re: [HACKERS] Reentrant Locale API

2003-11-19 Thread Mark Butler
Where have you found this? I've been looking for that but have not found it. I run a rh9 system, do you have something newer? Maybe I have just not looked in the right place in the documentation. Glibc 2.3 implements both reentrant and a thread local locale APIs. The reentrant API

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Robert Treat
On Wed, 2003-11-19 at 12:16, Sailesh Krishnamurthy wrote: Robert == Robert Treat [EMAIL PROTECTED] writes: Robert allowing indexes for searching nulls, or adding Robert concurrency to GIST, or allowing non btree indexes to Oh this has come up before on -hackers and I've been

Re: [HACKERS] Build farm

2003-11-19 Thread Andrew Dunstan
Peter Eisentraut wrote: The Samba build daemon suite is pretty good. We have a couple of those hosts in our office in fact. (I think they're building PostgreSQL regularly as well.) A tip: You might find that adopting the source code of the Samba suite to PostgreSQL is harder than writing a new

Re: [HACKERS] [pgsql-advocacy] Not 7.5, but 8.0 ?

2003-11-19 Thread Nick Fankhauser
Least interesting to many user perhaps, but lost of them seen to think that it's important for expanding our userbase: http://www.postgresql.org/survey.php?View=1SurveyID=9 That does not say that better entertainment will attract new viewers, just that the existing viewers think

[HACKERS] question about fixes in v7.4...

2003-11-19 Thread Don Sceifers
My company is fairly new at Postgresql, but we have hit a problem, where we modify a table using ALTER, and our stored procedures stop working. We have a grasp as to why this happens, but I was wondering if this v7.4 upgrade fixes this issue? Don Sceifers Harvest Info attachment: winmail.dat

Re: [HACKERS] [pgsql-advocacy] Win32 Port WAS: Not 7.5, but 8.0 ?

2003-11-19 Thread Cornelia Boenigk
Hi You probably aren't faced with this issue as much in Germany, but it happens often to us folks in the US Canada. About half of the mails that I get are Cygwin-Windows related. So I consider it of great interest in Germany. Regards Conni ---(end of

Re: [HACKERS] [pgsql-advocacy] Not 7.5, but 8.0 ?

2003-11-19 Thread Reinoud van Leeuwen
On Tue, Nov 18, 2003 at 12:18:51PM -0500, Andrew Sullivan wrote: On Tue, Nov 18, 2003 at 08:39:29AM -0800, ow wrote: Have *never* seen ppl running Oracle or Sybase on Windows. I _have_ certainly seen plenty of people running Oracle on Windows. They weren't necessarily happy, of course,

[HACKERS] What's the difference between int2 and int16?

2003-11-19 Thread William ZHANG
I found the uses of int2, int16 and other similiar types misleading in PostgreSQL's source code. Sometime it is difficult to figure out which should be prefered. Maybe int2, int4, and int8 refer to database types, while int16, int32 and int64 refer to C data types. If this is the convention,

Re: [HACKERS] 4 Clause license?

2003-11-19 Thread Alexander Kabaev
On Mon, 17 Nov 2003 14:48:08 -0500 Rod Taylor [EMAIL PROTECTED] wrote: The PostgreSQL group has recently had a patch submitted with a snippet of code from FreeBSDs src/bin/mkdir/mkdir.c. http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 This appears to be an original

Re: [HACKERS] 4 Clause license?

2003-11-19 Thread Erik Trulsson
On Mon, Nov 17, 2003 at 02:48:08PM -0500, Rod Taylor wrote: The PostgreSQL group has recently had a patch submitted with a snippet of code from FreeBSDs src/bin/mkdir/mkdir.c. http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/mkdir/mkdir.c?annotate=1.27 Is this intentionally under the 4 clause

Re: [HACKERS] question about fixes in v7.4...

2003-11-19 Thread Rod Taylor
On Wed, 2003-11-19 at 11:17, Don Sceifers wrote: My company is fairly new at Postgresql, but we have hit a problem, where we modify a table using ALTER, and our stored procedures stop working. We have a grasp as to why this happens, but I was wondering if this v7.4 upgrade fixes this issue?

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Hans-Jürgen Schönig
Nigel J. Andrews wrote: On Wed, 19 Nov 2003, Bruce Momjian wrote: Marc G. Fournier wrote: On Wed, 19 Nov 2003, Michael Meskes wrote: On Tue, Nov 18, 2003 at 04:19:35PM -0600, Austin Gonyou wrote: I've been looking all over but I can't seem to see a company that is providing *up-to-date*

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Joshua D. Drake
Hello, I think what the person is looking for is: COMPANY PostgreSQL for Red Hat Enterprise 3.0. They probably have some commercial mandate that says that they have to have a commercial company backing the product itself. This doesn't work for most PostgreSQL companies because they back the

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Robert Treat
On Wed, 2003-11-19 at 10:47, Sailesh Krishnamurthy wrote: Mike == Mike Mascari [EMAIL PROTECTED] writes: Mike Robert Treat wrote: While some form of bitmapped indexing would be cool, other ideas might be to implement different buffer manager strategies. I was impressed by

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Joshua D. Drake
Hello Tell me if I am significantly wrong but Command Prompt PostgreSQL is nothing more than Open Source PostgreSQL including some application server stuff, some propriertary PL/Perl || PL/PHP and not much more. Ahh no. First our PL/Perl and PL/PHP is not propiertary in any way. It is open

[HACKERS] RPM building fun

2003-11-19 Thread David Fetter
Kind people, Is there some magic I can use to keep the following from happening in the when I build from the .spec file? I'm starting with the Postgresql 7.3.4 spec file, version bumped, patches removed. configure: error: unrecognized option: --infodir=/usr/share/info Is there some way to

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Austin Gonyou
All, I sincerely apologize for possibly starting a flame war, I wasn't aware this might be a hot-button issue. Hopefully some good will come of it none-the-less, like others who come after me might see the reasons our db application developers want this type of go to support. I would also

Re: [HACKERS] RPM building fun

2003-11-19 Thread Joshua D. Drake
Is there some way to remove this piece of sh^H^Hlegacy from the configure script? Does anybody actually use info? All of GNU. Cheers, D -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Postgresql support, programming shared hosting and dedicated hosting.

Re: [HACKERS] logical column position

2003-11-19 Thread Hannu Krosing
Andreas Pflug kirjutas K, 19.11.2003 kell 20:45: Dave Cramer wrote: Why should ALTER COLUMN change the column number, i.e. position? Rod's current proposed patch does that if you do an alter column alter type. This is an artifact of the underlying mechanism. (ren old col, add new col,

Re: [HACKERS] Commercial binary support?

2003-11-19 Thread Robert Treat
I don't think *we* thought it was a hot button issue.. at least I certainly didn't when I initially responded. There is no need for you to apologize, in fact, I'll apologize for the list, we sometimes get a little heated on -hackers. Hopefully you've not been to startled by this outburst :-)

[HACKERS] ALTER COLUMN/logical column position

2003-11-19 Thread Andreas Pflug
Hannu Krosing wrote: To put it differently: a ALTER COLUMN command may never-ever change the identifier of the column, i.e. attrelid/attnum. to be even more restirictive: ALTER COLUMN may never-ever change the type of the column, as this too may break some apps. Nah! Yeah, and the data

Re: [HACKERS] Build farm

2003-11-19 Thread Peter Eisentraut
Andrew Dunstan writes: Essentially what I have is something like this pseudocode: cvs update Be sure check past branches as well. check if there really was an update and if not exit OK. configure; get config.log Ideally, you'd try all possible option combinations for configure.

Re: [HACKERS] Is there going to be a port to Solaris 9 x86 in the

2003-11-19 Thread Christopher Kings-Lynne
Marcel Kornacker did implement concurrency for GiST - I confirmed as much with Joe Hellerstein (his advisor). I know there's a paper he wrote with C.Mohan on it. I don't know which version his implementation was for. The 7.4 GiST docs have a link to Kornacker's thesis that details how to

Re: [HACKERS] logical column position

2003-11-19 Thread Christopher Kings-Lynne
Why should ALTER COLUMN change the column number, i.e. position? Because it creates a NEW column. It may be that programmers should not rely on this, but it happens, and in very large projects. If we can avoid unexpected side-affects like moving the columns position, then I think we should.

Re: [HACKERS] [PERFORM] More detail on settings for pgavd?

2003-11-19 Thread Shridhar Daithankar
Josh Berkus wrote: Shridhar, I was looking at the -V/-v and -A/-a settings in pgavd, and really don't understand how the calculation works. According to the readme, if I set -v to 1000 and -V to 2 (the defaults) for a table with 10,000 rows, pgavd would only vacuum after 21,000 rows had

Re: [HACKERS] [PERFORM] More detail on settings for pgavd?

2003-11-19 Thread Josh Berkus
Shridhar, However I do not agree with this logic entirely. It pegs the next vacuum w.r.t current table size which is not always a good thing. No, I think the logic's fine, it's the numbers which are wrong. We want to vacuum when updates reach between 5% and 15% of total rows. NOT when

Re: [HACKERS] question about fixes in v7.4...

2003-11-19 Thread Bruce Momjian
Don Sceifers wrote: My company is fairly new at Postgresql, but we have hit a problem, where we modify a table using ALTER, and our stored procedures stop working. We have a grasp as to why this happens, but I was wondering if this v7.4 upgrade fixes this issue? This is a known issue. There

Re: [HACKERS] commenting on polymorphic aggregates possible?

2003-11-19 Thread Tom Lane
Christopher Kings-Lynne [EMAIL PROTECTED] writes: COMMENT ON AGGREGATE newcnt (any) IS 'an any agg comment'; ERROR: syntax error at or near any at character 30 ANY is a reserved word. To reference the pseudotype named any, you need quotes: COMMENT ON AGGREGATE newcnt (any) IS 'an any

Re: [HACKERS] [pgsql-advocacy] Not 7.5, but 8.0 ?

2003-11-19 Thread Tom Lane
Josh Berkus [EMAIL PROTECTED] writes: Peter wrote: Also note that most major number changes in the past weren't because the features were cool, but because the project has moved to a new phase. I don't see any such move happening. Now that is interesting. I missed that. Can you explain

Re: [HACKERS] PG7.4 ordering operator

2003-11-19 Thread Tom Lane
strk [EMAIL PROTECTED] writes: Testing postgis support in PG7.4 (2003-11-11) I've encountered to this problem: ERROR: could not identify an ordering operator for type geometry Previous PG versions does not show this problem. Any hint on what might be missing ? A default btree

Re: [HACKERS] RPM building fun

2003-11-19 Thread Shridhar Daithankar
Joshua D. Drake wrote: Is there some way to remove this piece of sh^H^Hlegacy from the configure script? Does anybody actually use info? All of GNU. Additionally it is very good resource when you use Konqueror to browse it as html.. Shridhar ---(end of

Re: [HACKERS] Background writer committed

2003-11-19 Thread Shridhar Daithankar
Jan Wieck wrote: I committed the first part of the background writer process. We had a consensus on attempting to avoid write() calls from regular backends, but did no come to any conclusions what to do to force the kernel to actually do some IO. Consequently, this patch is a separate process

[HACKERS] with(isstrict) vs ISSTRICT

2003-11-19 Thread strk
Does with(isStrict) still work ? If not when did postgres drop its support ? TIA --strk; ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]