Re: [BUGS] make_greater_string() does not return a string in some cases

2010-06-23 Thread Tatsuhito Kasahara
Tom Lane wrote: > The patch you propose for this is really untenable: it will re-introduce > many corner cases that we got rid of years ago, for example cases > wherein pg_verifymbstr and pg_mbcliplen index off the end of the string > because they think the last character occupies more bytes than a

[BUGS] Postgres on AIX5.3 and AIX6.1

2010-06-23 Thread Liang Giap Wee
Hi, We are considering using your open source Postgres on AIX5.3 and AIX6.1. May i know if you have a opensource community to help with support issues should we face problem with during installation? Thanks... Regards, Liang Giap, Wee

[BUGS] local_preload_libraries filenames converted to lowercase

2010-06-23 Thread Josh Berkus
Severity: minor Tested On: 9.0b2, 8.4.4 Platform: SUN SPARC 4u Enterprise 450 Quad, presumably Solaris 10 Repeatable? Yes Description: See thread: http://archives.postgresql.org/pgsql-testers/2010-06/msg00020.php -- -- Josh Berkus

Re: [BUGS] Postgres on AIX5.3 and AIX6.1

2010-06-23 Thread Kevin Grittner
Liang Giap Wee wrote: > We are considering using your open source Postgres on AIX5.3 and > AIX6.1. > > May i know if you have a opensource community to help with support > issues should we face problem with during installation? Thanks... Yeah, you'll find that there's an active and responsiv

Re: [BUGS] local_preload_libraries filenames converted to lowercase

2010-06-23 Thread Tom Lane
Josh Berkus writes: >http://archives.postgresql.org/pgsql-testers/2010-06/msg00020.php We'd need to see exactly how local_preload_libraries is being set. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscr

Re: [BUGS] local_preload_libraries filenames converted to lowercase

2010-06-23 Thread Tom Lane
Josh Berkus writes: >http://archives.postgresql.org/pgsql-testers/2010-06/msg00020.php OK, I looked at this a bit, and the answer is that load_libraries uses SplitIdentifierString, ie, it thinks the value of the variable is a list of comma-separated SQL identifiers. So if you want a filename

Re: [BUGS] local_preload_libraries filenames converted to lowercase

2010-06-23 Thread Josh Berkus
> That might seem a bit bizarre, but because of the special meaning of > commas we'd need some quoting rule anyhow. I'm not sure it's worth > making local_preload_libraries have its own private parsing convention. > Perhaps this is just a documentation deficiency. Yes, I'd say that documentation

Re: [BUGS] local_preload_libraries filenames converted to lowercase

2010-06-23 Thread Tom Lane
Josh Berkus writes: > Yes, I'd say that documentation is the answer, given. Hmmm are > double-quotes respected in postgresql.conf, though? Need testing. Not sure. Something like local_preload_libraries = '"Foo", "Bar"' will definitely work. Don't know if you can dispense with t

Re: [BUGS] make_greater_string() does not return a string in some cases

2010-06-23 Thread Tom Lane
Tatsuhito Kasahara writes: > I have another idea. > 1. We prepare new operators ( <,<=,>,=>,= ) for text and bytea. > 2. In make_greater_string(), if >multi-byte-string was set and >using locale-C and >could not find greater string, >returns bytea which has greater byte-code of la

Re: [BUGS] Postgres on AIX5.3 and AIX6.1

2010-06-23 Thread Chris Browne
we...@sg.ibm.com (Liang Giap Wee) writes: > Hi, > We are considering using your open source Postgres on AIX5.3 and AIX6.1. > May i know if you have a opensource community to help with support issues > should we face problem with during installation? Thanks... > Regards, > Liang Giap, Wee There is

Re: [BUGS] Postgres on AIX5.3 and AIX6.1

2010-06-23 Thread John R Pierce
On 06/23/10 6:02 PM, Chris Browne wrote: There is already an FAQ on issues relating to AIX. It is, in recent versions, part of the documentation tree: can I take this opportunity to point out a problem on that pag