[BUGS] BUG #8167: false EINVAL -22 for opening a file

2013-05-16 Thread nelson
The following bug has been logged on the website: Bug reference: 8167 Logged by: Nelson Minar Email address: nel...@monkey.org PostgreSQL version: 9.2.4 Operating system: MacOS 10.8.3 Description: This report and supporting files are available at https

[BUGS] BUG #5384: pg_dump hard-codes use of /tmp

2010-03-19 Thread Jon Nelson
The following bug has been logged online: Bug reference: 5384 Logged by: Jon Nelson Email address: jnel...@jamponi.net PostgreSQL version: 8.4.2 Operating system: openSUSE 11.2 Description:pg_dump hard-codes use of /tmp Details: I was trying to dump a database

[BUGS] BUG #5431: CREATE USER is not case sensitive, but psql command line arguments are

2010-04-19 Thread Evan Nelson
The following bug has been logged online: Bug reference: 5431 Logged by: Evan Nelson Email address: ean5...@gmail.com PostgreSQL version: 8.4 Operating system: Ubuntu 9.10 Description:CREATE USER is not case sensitive, but psql command line arguments are Details

[BUGS] ecpg "aborts" on structure reference

2002-01-09 Thread Tim Nelson
eta it since I am porting more that million lines of code from Informix ESQL to Postgres. I am not sure how to get the latest version since I am new to the open source game. Thanks. Tim Nelson ---(end of broadcast)--- TIP 1: subscribe and unsubscr

Re: [BUGS] ecpg "aborts" on structure reference

2002-01-09 Thread Tim Nelson
;" in the first structure definition. 3. reverse the entries of the structure host variables. Thanks again. -Original Message----- From: Tim Nelson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 8:26 AM To: '[EMAIL PROTECTED]' Subject: [BUGS] ecpg "aborts" on str

Re: [BUGS] [PERFORM] typoed column name, but postgres didn't grump

2010-10-31 Thread Jon Nelson
On Fri, Oct 29, 2010 at 2:07 PM, Tom Lane wrote: > [ please continue any further discussion in pgsql-bugs only ] > > "Kevin Grittner" writes: >> Tom Lane wrote: >>> BTW this seems pretty far off-topic for pgsql-performance. > >> It is once you understand what's happening.  It was probably the 11

Re: [BUGS] [PERFORM] typoed column name, but postgres didn't grump

2010-11-02 Thread Jon Nelson
On Tue, Nov 2, 2010 at 4:34 PM, Kevin Grittner wrote: > Jon Nelson wrote: > >> If I saw this behavior ( a.b also meaning b(a) ) in another SQL >> engine, I would consider it a thoroughly unintuitive wart > > I think the main reason it has been kept is the converse -- if

[BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-12 Thread Jon Nelson
I get this whenever debug_print_rewritten = on WARNING: 01000: could not dump unrecognized node type: 928 LOCATION: _outNode, outfuncs.c:2787 right before LOG: 0: rewritten parse tree: PostgreSQL 8.4.5 on Linux x86-64 Does this sound familiar? -- Jon -- Sent via pgsql-bugs mailing li

Re: [BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-12 Thread Jon Nelson
On Fri, Nov 12, 2010 at 9:29 PM, Tom Lane wrote: > Jon Nelson writes: >> I get this whenever debug_print_rewritten = on >> WARNING:  01000: could not dump unrecognized node type: 928 >> LOCATION:  _outNode, outfuncs.c:2787 >> right before >> LOG:  0: rewr

[BUGS] WARNING: 01000: could not dump unrecognized node type: 928

2010-11-13 Thread Jon Nelson
I get this whenever debug_print_rewritten = on WARNING: 01000: could not dump unrecognized node type: 928 LOCATION: _outNode, outfuncs.c:2787 right before LOG: 0: rewritten parse tree: PostgreSQL 8.4.5 on Linux x86-64 Does this sound familiar? -- Jon -- Sent via pgsql-bugs mailing l

[BUGS] Problem with ALTER TABLE - occasional "tuple concurrently updated"

2010-11-16 Thread Jon Nelson
I have a process which runs in parallel creating tables which, as the /final/ step in the import, gets SQL much like the following applied: ALTER TABLE foo INHERIT bar; Periodically, I get this error: tuple concurrently updated Of course, I googled for the error message and see a bunch of issue

Re: [BUGS] Problem with ALTER TABLE - occasional "tuple concurrently updated"

2010-11-18 Thread Jon Nelson
On Wed, Nov 17, 2010 at 8:57 PM, Robert Haas wrote: > On Tue, Nov 16, 2010 at 10:48 AM, Jon Nelson > wrote: >> I have a process which runs in parallel creating tables which, as the >> /final/ step in the import, gets SQL much like the following applied: >> >&g

[BUGS] temporary tables, and lots of 0 byte files

2010-11-22 Thread Jon Nelson
I have an application which, during the normal course of its operation, creates a single temporary table. BEGIN; -- bunch of stuff here CREATE TEMPORARY TABLE results ON COMMIT DROP AS SELECT -- a bit more stuff here ROLLBACK; In this case, *every* transaction ends in a rollback. Here is the pr

Re: [BUGS] temporary tables, and lots of 0 byte files

2010-11-23 Thread Jon Nelson
On 11/22/10, Tom Lane wrote: > Jon Nelson writes: >> Here is the problem: When I started benchmarking this application, I >> noticed it (postgresql) started chewing up inodes on the logical >> volume which houses /var/lib/pgsql. It chewed up a few thousand >> inod

[BUGS] unexpected "ERROR: concurrent delete in progress"

2010-12-07 Thread Jon Nelson
While tracking down some issues that /might/ be kernel related, I ran into an error message: ERROR: concurrent delete in progress With this SQL in a file (t.sql): begin; create temporary table foo as select x as a, ARRAY[x] as b FROM generate_series(1, 1000 ) AS x; create index foo_a_idx on

Re: [BUGS] Mismapping of Mountain Time

2011-03-03 Thread Jon Nelson
On Thu, Mar 3, 2011 at 5:10 PM, Tom Lane wrote: > Josh Berkus writes: >> echo $TZ returns nothing.  We've checked several Ubuntu systems, and it >> seems that Ubuntu does not set $TZ. > > Red Hat doesn't either; I think this is a general habit on Linux > distros. If you are using glibc, this is

[BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-03-30 Thread Jon Nelson
Please bear with me, as it's taken me a while to be able to reproduce an issue that is worrisome. Before I describe the problem, I am using postgresql version 8.4.5 on CentOS 5.5 (x86_64). The short version is that if a postgresql backend is killed (by the Linux OOM handler, or kill -9, etc...) w

Re: [BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-03-31 Thread Jon Nelson
On Thu, Mar 31, 2011 at 2:58 AM, Heikki Linnakangas wrote: > On 30.03.2011 21:06, Jon Nelson wrote: >> >> The short version is that if a postgresql backend is killed (by the Linux >> OOM handler, or kill -9, etc...) while operations are >> taking place in a *differ

[BUGS] database introspection error

2011-04-21 Thread Jon Nelson
I'm using SQLAlchemy which has database introspection smarts. Basically, you point it at a database and tell it to find out what tables are there and introspect them, the table indices, etc... It works super. Until today. Yesterday, I restructured one of my tables (specifically, I dropped one col

Re: [BUGS] database introspection error

2011-04-22 Thread Jon Nelson
On Thu, Apr 21, 2011 at 11:28 AM, Tom Lane wrote: > Jon Nelson writes: >> SQLAlchemy encountered an error introspecting the tables. After >> inspecting the SQL that it was running, I boiled it down to this: > >> SELECT c.relname,  a.attname >> FROM pg_index i, pg_cl

[BUGS] view + explain + index scan -> bogus varno: 65001 (with some variations)

2011-06-29 Thread Jon Nelson
The problem was observed on CentOS 5.6 using postgresql 8.4.7 and Scientific Linux 6.0 also using postgresql 8.4.7. The problem could not be replicated on openSUSE 11.4 which has postgresql 9.0.3. With 8.4.7, I ran into an issue trying to explain a VIEW query. After much effort, I distilled the qu

Re: [BUGS] view + explain + index scan -> bogus varno: 65001 (with some variations)

2011-07-02 Thread Jon Nelson
On Fri, Jul 1, 2011 at 3:27 PM, Tom Lane wrote: > Jon Nelson writes: >> With 8.4.7, I ran into an issue trying to explain a VIEW query. >> After much effort, I distilled the query down and was able to >> replicate the issue with a test script, included below. > > FWI

Re: [BUGS] backend for database 'A' crashes/is killed -> corrupt index in database 'B'

2011-08-02 Thread Jon Nelson
On Thu, Mar 31, 2011 at 2:58 AM, Heikki Linnakangas wrote: > On 30.03.2011 21:06, Jon Nelson wrote: >> >> The short version is that if a postgresql backend is killed (by the Linux >> OOM handler, or kill -9, etc...) while operations are >> taking place in a *differ

Re: [BUGS] BUG #6256: loading small file eats all memory and crashes system

2011-10-16 Thread Rachael Nelson
ut of the box parameters that could probably be tweaked for better performance but even then, Postgres is kicking the pants out of MySQL. I'm very impressed - yall have a great product!! On Sat, Oct 15, 2011 at 6:33 PM, Alex Hunsaker wrote: > On Sat, Oct 15, 2011 at 14:16,

[BUGS] inet subtraction fails with IPv6?

2012-01-31 Thread Jon Nelson
Example (using one of google's IPv6 addrs): jnelson=# select inet '0::0' - inet '2001:4860:4006:800::1011'; ERROR: result is out of range jnelson=# -- Jon -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/

Re: [BUGS] inet subtraction fails with IPv6?

2012-01-31 Thread Jon Nelson
On Tue, Jan 31, 2012 at 2:03 PM, Robert Haas wrote: > On Tue, Jan 31, 2012 at 10:38 AM, Jon Nelson > wrote: >> Example (using one of google's IPv6 addrs): >> >> jnelson=# select inet '0::0' - inet '2001:4860:4006:800::1011'; >> ERROR:

[BUGS] 8.4: COPY continues after client disconnects

2013-03-01 Thread Jon Nelson
Using PostgreSQL 8.4.13 on ScientificLinux 6.3 (x86_64), I noticed that a pg_dump ran out of (local) disk space. However, the server was still using CPU and disk resources. An strace clearly showed this pattern: read() = 8192 sendto(...) = -1 EPIPE -- SIGPIPE (Broken pipe) @ The server

Re: [BUGS] BUG #8167: false EINVAL -22 for opening a file

2013-05-17 Thread Nelson Minar
Thanks for the reply; glad it looks like a probable bug with a straightforward fix. FWIW, here's a discussion from last year that looks like people hitting the same problem. Same mysterious EINVAL logged opening a file, on Macs. No conclusion in that discussion. http://comments.gmane.org/gmane.co

Re: [BUGS] BUG #8167: false EINVAL -22 for opening a file

2013-05-20 Thread Nelson Minar
I've tested Tom Lane's fix, on 9.2.4 on my Mac, and it seems to have solved the problem. Thanks! https://github.com/postgres/postgres/commit/6563fb2b45146852601e63828308fe04fb03b9e9

[BUGS] BUG #5474: Installation

2010-05-26 Thread Nelson da Silva
The following bug has been logged online: Bug reference: 5474 Logged by: Nelson da Silva Email address: ndsfantas...@hotmail.com PostgreSQL version: 8.0.2.1 Operating system: Windows XP Description:Installation Details: An error ocurred executing the Microsoft VC

[BUGS] BUG #6341: Packaging - virtual provides "postgres" without version

2011-12-15 Thread nelson-m-marques
The following bug has been logged on the website: Bug reference: 6341 Logged by: Nelson Marques Email address: nelson-m-marq...@ext.ptinovacao.pt PostgreSQL version: 8.4.10 Operating system: Red Hat Enterprise Linux 5 Description: Hi all, Currently your binary

Re: [BUGS] BUG #6341: Packaging - virtual provides "postgres" without version

2011-12-24 Thread Nelson Manuel Marques
sion. I would also take this opportunity to express my sincere votes of a Merry Christmas and a Happy Year to the developing team of PostgreSQL, all the packagers and distributors and everyone else in the ecosystem. Best Regards, NM Melhores cumprimentos, Nelson M. Marques __

Re: [BUGS] BUG #6341: Packaging - virtual provides "postgres" without version

2011-12-24 Thread Nelson Manuel Marques
of free software, if you don't like, we can always work it out our own way. I should've digged up more information before filing this report. Thanks for your great work with PostgreSQL and Fedora/RH packaging. BR, NM Melhores cumprimentos, Nelson M. Marques

[BUGS] Ola

2010-05-22 Thread Nelson da Silva da Silva
Qualquer versao que instalo da erro conforme abaixo : An error ocurred executing the Microsoft VC++ runtime installer, poderiam me dar uma dica de solução ? Obrigado _ DIVIRTA SEUS AMIGOS