[BUGS] BUG #8135: current_setting('DateStyle'); does not reflect User setting

2013-05-05 Thread frank
The following bug has been logged on the website: Bug reference: 8135 Logged by: Frank van den Heuvel Email address: fr...@heuveltop.nl PostgreSQL version: 9.1.8 Operating system: Ubuntu 12.04 Description: Dear developers, I think I have found a bug. I am building

[BUGS] segfault using pg_options_to_table(), v9.0.4

2011-09-13 Thread Frank van Vugt
have read the docs first to see that it expects something else as an argument, but still ;) -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #6006: Will not install

2011-05-04 Thread Frank Brown
The following bug has been logged online: Bug reference: 6006 Logged by: Frank Brown Email address: francis.br...@agfa.com PostgreSQL version: 9.0.4 Win x64 Operating system: Windows 2008 Server x64 Description:Will not install Details: Initdb.exe - System Error

Re: [BUGS] BUG #5816: index not used in function

2011-01-13 Thread frank
t know for sure. But if planner was called at run time for all (or almost all) query statements inside the function, then it is a big design/implementation issue. Once again, I appreciate the messages from all three of you who try to help people, and I understand the difficulty people face. Rega

Re: [BUGS] BUG #5816: index not used in function

2011-01-10 Thread frank
-Original Message- From: Korry Douglas [mailto:korry.doug...@enterprisedb.com] Sent: Sunday, January 09, 2011 2:34 PM To: frank Cc: 'Kevin Grittner'; pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #5816: index not used in function > We may have different perceptions

Re: [BUGS] BUG #5816: index not used in function

2011-01-09 Thread frank
ut if resource constraint is a factor, I may offer to fix the problem if you could kindly provide with your lexer code and the code files that are/may be affected, as well as POC for QA. Once again, I appreciate your reply and thank you for the attention. Regards, Frank -Original Mes

[BUGS] BUG #5816: index not used in function

2011-01-06 Thread frank
The following bug has been logged online: Bug reference: 5816 Logged by: frank Email address: fr...@ros-i.com PostgreSQL version: 8.3.7 Operating system: linux Description:index not used in function Details: Linux: Linux 2.6.24-24-server #1 SMP Tue Jul 7 20:21:17

Re: [BUGS] BUG #5606: DEFERRABLE and DEFERRABLE INITIALLY DEFERRED are the same

2010-08-06 Thread Frank Heikens
The manual looks fine, I found the information as well. I started using the wiki, that's why I got confused. Thanks! Frank -Oorspronkelijk bericht- Van: Tom Lane [mailto:t...@sss.pgh.pa.us] Verzonden: vrijdag 6 augustus 2010 17:04 Aan: Frank Heikens CC: pgsql-bugs@postgresq

Re: [BUGS] BUG #5606: DEFERRABLE and DEFERRABLE INITIALLY DEFERRED are the same

2010-08-06 Thread Frank Heikens
n the manual and wiki? Regards, Frank Heikens -Oorspronkelijk bericht- Van: Tom Lane [mailto:t...@sss.pgh.pa.us] Verzonden: vrijdag 6 augustus 2010 16:14 Aan: Frank Heikens CC: pgsql-bugs@postgresql.org Onderwerp: Re: [BUGS] BUG #5606: DEFERRABLE and DEFERRABLE INITIALLY DEFERRED are th

[BUGS] BUG #5606: DEFERRABLE and DEFERRABLE INITIALLY DEFERRED are the same

2010-08-06 Thread Frank Heikens
The following bug has been logged online: Bug reference: 5606 Logged by: Frank Heikens Email address: f.heik...@anva.nl PostgreSQL version: PostgreSQL9.0b4 Operating system: WinXP Description:DEFERRABLE and DEFERRABLE INITIALLY DEFERRED are the same Details: Today

Re: [BUGS] BUG #4968: Uma ajuda

2009-08-06 Thread Frank Heikens
Pode falar ingles? This is an english mailinglist, otherwise you should try the portuguese mailinglist. What kind of query are you trying to execute? And what about the settings in postgresql.conf? Abraço, Frank Op 6 aug 2009, om 20:30 heeft Dielton Paulo het volgende geschreven

[BUGS] BUG #4935: Weird input syntax for intervals, part 2

2009-07-23 Thread Frank Spies
The following bug has been logged online: Bug reference: 4935 Logged by: Frank Spies Email address: frank.sp...@biotronik.com PostgreSQL version: 8.4 Operating system: Linux Description:Weird input syntax for intervals, part 2 Details: After finding out that bug

Re: [BUGS] bug or simply not enough stack space?

2009-07-17 Thread Frank van Vugt
btransaction abort. Try this patch and see if you notice > any bad side-effects. All examples I had that crashed and burned, now work correctly and/or bail out correctly where needed. No side-effects noticed. -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgres

Re: [BUGS] bug or simply not enough stack space?

2009-07-17 Thread Frank van Vugt
=> to avoid possible confusion db=# select version(); version --- PostgreSQL 8.4.0 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.2.4, 64-bit Looking forward to your reply. -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #4918: Weird input syntax for intervals

2009-07-16 Thread Frank Spies
Hi, I played a bit with the interval syntax and found this, this time on a 8.4 release: psql -ddb_frank psql (8.4.0) Type "help" for help. db_frank=# select interval '2.5' year; interval -- 2 years (1 row) db_frank=# select interval '2.5 year'; interval 2 year

Re: [BUGS] bug or simply not enough stack space?

2009-07-16 Thread Frank van Vugt
would for example help if I could get a clue on what table is involved with the problematic tuples. I could easily add extra debug/log statements to the locations these errors come from, but would appreciate a hint as to what to add exactly ;) -- Best, Frank. -- Sent via pgsql-bugs

Re: [BUGS] bug or simply not enough stack space?

2009-07-16 Thread Frank van Vugt
sources for that, could we help with creating a backtrace? > > You did show a backtrace --- it proves only what was already obvious, > namely that the problem is in transaction cleanup. Ok, working on it. -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.or

Re: [BUGS] bug or simply not enough stack space?

2009-07-16 Thread Frank van Vugt
he rest is > collateral damage). May we have a test case? Scripts, triggers and stuff are a bit complex, before assigning the resources for that, could we help with creating a backtrace? That we could do immediately ;) -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bug

[BUGS] bug or simply not enough stack space?

2009-07-16 Thread Frank van Vugt
B, the queries/checks/etc used are not recursive, so I found the above a bit suspicious. -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-15 Thread Frank van Vugt
-- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-14 Thread Frank van Vugt
Hi, > I think the attached patch will fix it for you. Great, thanks! I'll apply this tonight, will get back with results tomorrow. -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgr

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-14 Thread Frank van Vugt
idates plans much more often, this might become tricky. the 'SPI_execute_plan may fail' part can be handled, but I'm a bit worried about the 'may return different results' part..... Is there a way to determine (efficiently) that such a save plan has been invalidated? Or maybe for the future: would a kind of guarded plan pointer be handy...? -- Best, Frank.

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-14 Thread Frank van Vugt
s plain sql functions, just to see what would happen...? (I'm reaching, I know ;) ) -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #4918: Weird input syntax for intervals

2009-07-14 Thread Frank Spies
Hi Tom, you are right, it's an RC I was running on. Sorry... Frank www.biotronik.com BIOTRONIK GmbH & Co. KG Woermannkehre 1, 12359 Berlin, Germany Sitz der Gesellschaft: Berlin, Registergericht: Berlin HRA 6501 Vertreten durch ihre Komplementärin: BIOTRONIK Mess- und Thera

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-14 Thread Frank van Vugt
ave catched the situation and should now show a prompt again - type 'bt' to get a backtrace, just copy&paste&post ;) You can quit gdb by a plain -c, just confirm when it asks you to detach. The backend will continue to run, your app should now show the error. -- Best,

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-14 Thread Frank van Vugt
verLoop () #38 0x005a5c2a in PostmasterMain () #39 0x0055498e in main () Looking forward to your reply ! -- Best, Frank. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #4918: Weird input syntax for intervals

2009-07-13 Thread Frank Spies
The following bug has been logged online: Bug reference: 4918 Logged by: Frank Spies Email address: frank.sp...@biotronik.com PostgreSQL version: 8.4 Operating system: Linux Description:Weird input syntax for intervals Details: It feels totally weird that the two

Re: [BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-13 Thread Frank van Vugt
Hi Tom, Op maandag 13 juli 2009, schreef Tom Lane: > Frank van Vugt writes: > > Any clues as to how to gather additional information that might bring us > > closer to a solution is appreciated also. > > A stack trace from the point of the error would probably tell us a gre

[BUGS] SPI_ERROR_CONNECT within pl/pgsql, PG 8.4

2009-07-13 Thread Frank van Vugt
er, this might simply be due to the usage-pattern of my application. Any clues as to how to gather additional information that might bring us closer to a solution is appreciated also. I'd have no problem with applying some patch as long as it's safe enough for a production environment ;)

Re: [BUGS] BUG #4878: function age() give a wrong interval

2009-06-25 Thread Frank Heikens
t age. The same occurs with years, a year can be 365 days or 366 days. And there are also issues with extra seconds and summer and wintertime. time === trouble Regards, Frank Op 25 jun 2009, om 12:50 heeft Philippe Amelant het volgende geschreven: Le jeudi 25 juin 2009 à 11:40 +0200, Frank

Re: [BUGS] BUG #4878: function age() give a wrong interval

2009-06-25 Thread Frank Heikens
the actual comparison: select interval '1 mon 11 day' > interval '1 mon 11 day 16 hour'; I don't see a problem nor a bug. Regards, Frank Op 25 jun 2009, om 11:28 heeft pamel...@companeo.com het volgende geschreven: The following bug has been logged online: Bug re

Re: [BUGS] BUG #4855: Explain errors on drop table if exists

2009-06-16 Thread Frank Heikens
Looks like you have a hidden character before DROP. Character 2584 is called the Lower Half Block, it might be there. Cleanup your code, make sure there is nothing left and then execute your query again. Good luck! Frank Op 16 jun 2009, om 08:58 heeft Jim Michaels het volgende geschreven

[BUGS] BUG #4759: RETURNS TABLE not supported in pgAdmin

2009-04-16 Thread Frank Heikens
The following bug has been logged online: Bug reference: 4759 Logged by: Frank Heikens Email address: fr...@jakaree.com PostgreSQL version: 8.4beta1 Operating system: Windows XP Description:RETURNS TABLE not supported in pgAdmin Details: pgAdmin 1.10.0 Beta 1 (and

[BUGS] BUG #4212: Documentation re upgrading

2008-05-30 Thread Frank Millman
The following bug has been logged online: Bug reference: 4212 Logged by: Frank Millman Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Fedora 7 Description:Documentation re upgrading Details: Section 15.4 of the Manual - Upgrading

[BUGS] BUG #4058: xml_table() segfaults on null

2008-03-25 Thread Frank F.
The following bug has been logged online: Bug reference: 4058 Logged by: Frank F. Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5-2PGDG Operating system: Centos Description:xml_table() segfaults on null Details: The xml_table() function in the xml2

Re: [BUGS] Test suite fails on alpha architecture

2007-11-04 Thread Frank Lichtenheld
s not too surprising. > > > > Can you grant one of us access to the machine to work on it? > > I don't own any alpha machine, but maybe Frank, Steven, or anyone from > the Debian alpha porter list can create a temporary account for you? I'm not sure how we handle

[BUGS] Error message that is a bit misleading / weird result from || null

2007-06-22 Thread Frank van Vugt
tation of xmin I was too hasty with that one, it obviously still won't work because of the lack of operators like '<', '>', etc. So using xidsend() for that still seems to be the only 'valid' trick. -- Best, Frank.

[BUGS] Error message that is a bit misleading / weird result from || null

2007-06-22 Thread Frank van Vugt
it anxious as to how this will be 'fixed', if at all ;) db=# select version(); version PostgreSQL 8.2.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC)

[BUGS] minor issue - one semicolumn too many in the docs

2007-06-02 Thread Frank van Vugt
RAISE EXCEPTION 'employee % not found', myname; WHEN TOO_MANY_ROWS THEN RAISE EXCEPTION 'employee % not unique', myname; END; The semicolumn after BEGIN was probably not meant to be there. -- Best, Frank. ---(end of broadcast)-

Re: [BUGS] backend crash with FATAL: BeginInternalSubTransaction: unexpected state END

2007-05-30 Thread Frank van Vugt
se TBLOCK_SUBABORT_RESTART: - case TBLOCK_PREPARE: elog(FATAL, "BeginInternalSubTransaction: unexpected state %s", BlockStateAsString(s->blockState)); break; So Tom, thanks a lot for your swift rep

Re: [BUGS] backend crash with FATAL: BeginInternalSubTransaction: unexpected state END

2007-05-30 Thread Frank van Vugt
Ok, so for patch-sake, when I change BeginInternalSubTransaction() in xact.c by moving these two cases to the upper set (TBLOCK_STARTED/INPROGRESS/SUBINPROGRESS), then I should be ok? At the moment, this looks like a showstopper, so I'd prefer patching and move on ;)

[BUGS] backend crash with FATAL: BeginInternalSubTransaction: unexpected state END

2007-05-30 Thread Frank van Vugt
_def(); drop function f1_crash(); Looking forward to your remarks ! -- Best, Frank. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[BUGS] BUG #2994: avg() calculates wrong on Interval-type

2007-02-12 Thread Frank F. Burmo
The following bug has been logged online: Bug reference: 2994 Logged by: Frank F. Burmo Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: i386-portbld-freebsd6.1 Description:avg() calculates wrong on Interval-type Details: The following

[BUGS] BUG #2714: Wrong Result with static number

2006-10-26 Thread Frank Schmidt
The following bug has been logged online: Bug reference: 2714 Logged by: Frank Schmidt Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: Windows Description:Wrong Result with static number Details: Follow skript works fine: SELECT

Re: [BUGS] has_table/schema_privilige() returns incorrect info on temp tables

2006-02-27 Thread Frank van Vugt
ething... Got that, looks like an acceptable workaround in this case, though. Is there a guaranteed order of the resulting array, i.e. is this guaranteed to return the temp schema, given there is one: 'select (current_schemas(true))[1]'.? (obviously, regexp's will als

[BUGS] has_table/schema_privilige() returns incorrect info on temp tables

2006-02-27 Thread Frank van Vugt
g the current session? I need to find out whether a specific temporary table exists and is accessible for the current user in the current session. -- Best, Frank. ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [BUGS] autovacuum process (PID ...) was terminated by signal 11

2006-01-04 Thread Frank van Vugt
> I concluded that patching vacuum.c was much the cleanest way to do it. > Here's the patch against 8.1 branch. Great, it looks like this patch fixes the remainder of my original problem as well ! ( http://archives.postgresql.org/pgsql-bugs/2005-11/msg00276.php ) -- Best

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
y. Would you be interested in the coredump itself (5MB bzipped) or can I do anything else to assist? -- Best, Frank. ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
rgv=0x0) at autovacuum.c:681 #17 0x08194366 in autovac_start () at autovacuum.c:170 #18 0x0819a101 in ServerLoop () at postmaster.c:1269 #19 0x0819b292 in PostmasterMain (argc=3, argv=0x833b8a0) at postmaster.c:943 #20 0x0815bf3e in main (argc=3, argv=0x833b8a0) at main.c:256 Again and still, relation

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
x27; VOLATILE STRICT SECURITY INVOKER AS 'DECLARE BEGIN RETURN NULL; END;'; CREATE CONSTRAINT TRIGGER purchaseorder_line_def AFTER INSERT OR UPDATE OR DELETE ON purc

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
ecd in AutoVacMain (argc=0, argv=0x0) at autovacuum.c:680 #17 0x08194216 in autovac_start () at autovacuum.c:170 #18 0x08199fb1 in ServerLoop () at postmaster.c:1268 #19 0x0819b142 in PostmasterMain (argc=3, argv=0x833b8a0) at postmaster.c:943 #20 0x0815bece in main (argc

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
URITY INVOKER AS 'SELECT id FROM purchaseorder_line_status WHERE abbreviation = $1'; If you were interested in some other relid, just let me know. -- Best, Frank. ---(end of broadcast)--- TIP 1: if posting/reading

Re: [BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
hot()); > > This seems more future-proof. The patch as proposed is assuming a whole > lot about where snapshots might or might not get used. Will try the patch tonight. Tom, is your patch meant for the exact same location? Also, don't we need a 'CommitTransactionCommand

[BUGS] segfault of autovacuum process during restore - coredumps included

2005-11-28 Thread Frank van Vugt
) at main.c:256 Both dumps are still available for additional info on variable-values, etc. db=# select version(); version ---- PostgreSQL 8.1.0 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.3 -- Best, Frank. ---(end of broadcas

[BUGS] field-update in before-trigger causes distinct to 'fail', new in v8.1 versus v8.0.4, demo-sql included

2005-11-14 Thread Frank van Vugt
- PostgreSQL 8.1.0 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.3 (1 row) -- Best, Frank. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[BUGS] BUG #1840: Does not install

2005-08-23 Thread Frank Papa
The following bug has been logged online: Bug reference: 1840 Logged by: Frank Papa Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP Home Description:Does not install Details: Downloaded the zipped up package for Win 32

[BUGS] 'create or replace ' failed to replace trigger properly

2005-07-05 Thread Frank van Vugt
sap and simply repeating the copy/paste action did exactly that. It would be great if this gave someone enough clues to pinpoint the problem, but if not, what kind of action could I take (queries on system tables, etc.) in order to provide more info on this the next time it happens? -- Best,

Re: [BUGS] BUG in temp tables involving a temp table not properly

2005-06-07 Thread Frank van Vugt
ot; is a perfectly valid outer reference You're right, now why didn't I see that myself ;) Sorry to have bothered you guys / the list! -- Best, Frank. an Oost 102-008 5013 CD Tilburg Tel: (+31).13.5425551, Fax: (+31).13.5452087 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=

[BUGS] BUG in temp tables involving a temp table not properly hiding a regular table as well as allowing non-existent column names

2005-06-07 Thread Frank van Vugt
of the temporary one select count(*) from full_sequence(1, 100) where id in (select id from f1); count --- 100 (1 row) USE THIS TO CLEANUP DROP FUNCTION full_sequence(integer, integer); DROP TYPE full_sequence_type; DROP TABLE f1; DROP TABLE f1; -- Best, Frank. -

[BUGS] "ERROR: too many trigger records found for relation ...."

2005-05-25 Thread Frank van Vugt
erminal: "ERROR: too many trigger records found for relation " => re-issuing the analyse after the restore is done completes successfully -- Best, Frank. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-06 Thread Frank van Vugt
the mem-alloc error occured earlier, so it would seem we're in the clear on this one. Thanks for the quick fix ! I guess this patch is already in the RC2 tree? -- Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to incr

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-06 Thread Frank van Vugt
g of some other function. But I'll know soon enough if it isn't ;) Looking forward to your assesment. -- Best, Frank. -- -- ** DROP THE LOT -- DROP

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-03 Thread Frank van Vugt
t; first time the trigger is fired in a particular session I've tried to run all immutable functions used at least once before running the query-set, this made no difference, same error on the same location. > (unless you are using EXECUTE to invoke the update command?) No, n

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-03 Thread Frank van Vugt
that the handling of pol X and creation of pol Y from within spawn_pol() is somehow messing things up, but.. If this doesn't ring any alarm bells, then I'll start working on a script first thing next Monday. -- Best, Frank. ---(end of broadc

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-03 Thread Frank van Vugt
e, though. I take it you didn't run the watchpointed backend > far enough to get the memory-alloc error? Oh, but I did. All the breaks are at sinval.c:888 and at some point the memory-alloc simply occurs. Do you mean you want a backtrace of the last brea

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
ant to back off the compiler optimization level a step so you can get > more readable tracebacks ... Yup, will do that as well. Will read any comments you may have on the TRAP backtrace in a couple of hours, need to take myself offline for a while ;) -- Best, Frank. -

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
6', i.e. there is no occurence of the word 'savepoint' in the whole tree. -- Best, Frank. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PRO

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
atchpoints are available, so I'll follow this up first thing in the morning. -- Best, Frank. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
t postmaster.c:2453 #15 0x0816ff6f in ServerLoop () at postmaster.c:1198 #16 0x0816f4a3 in PostmasterMain (argc=3, argv=0x8307788) at postmaster.c:917 #17 0x0813d22d in main (argc=3, argv=0x8307788) at main.c:268 #18 0x400f5d06 in __libc_start_main () from /lib/libc.so.6 Obviously, continuing w

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
points to begin with (or arguably, there's nothing 'before' a savepoint ;)) > Now that you see which plpgsql function is failing, do you have a better > shot at making a self-contained example? Not really, but if tracing the transaction won't reveal anything else I

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
to) drop the table - create the table - grant select on this table to public - copy table from a textfile That's it, so there is no explicit user-handling at all. Anything particular I can take a look at? -- Best, Frank. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
in BackendStartup (port=0x83177f0) at postmaster.c:2453 #13 0x0816ff6f in ServerLoop () at postmaster.c:1198 #14 0x0816f4a3 in PostmasterMain (argc=3, argv=0x8307788) at postmaster.c:917 #15 0x0813d22d in main (argc=3, argv=0x8307788) at main.c:268 #16 0x400f5d06 in __libc_start_main () fro

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
0816ff6f in ServerLoop () at postmaster.c:1198 #14 0x0816f4a3 in PostmasterMain (argc=3, argv=0x8307788) at postmaster.c:917 #15 0x0813d22d in main (argc=3, argv=0x8307788) at main.c:268 #16 0x400f5d06 in __libc_start_main () from /lib/libc.so.6 I'm able to issue 'cont' to

Re: [BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
n and will focus on creating the backtrace for the memory alloc problem first. When needed / wanted I can always try and go over any assertion failures later. Will be able to post a backtrace in a few hours, I hope. -- Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[BUGS] "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running

2004-12-02 Thread Frank van Vugt
elopers. In order to find out whether this was some hardware glitch, I immediately restarted the process and just now it ended with exactly the same error on exactly the same spot. Any hints on how to dig deeper ? -- Best, Frank. ---(end of broadcast)

Re: [BUGS] use of initcap() causes segfault in v8.0.0beta5, where it doesn't in v7.4.6 (coredump included)

2004-11-26 Thread Frank van Vugt
; lc_ctype -- C (1 row) Hopefully some other Slackware / Debian user can confirm the segfault? -- Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[BUGS] use of initcap() causes segfault in v8.0.0beta5, where it doesn't in v7.4.6 (coredump included)

2004-11-26 Thread Frank van Vugt
090) at postmaster.c:2817 #41 0x8153015 in BackendStartup (port=0x82f3090) at postmaster.c:2453 #42 0x8151878 in ServerLoop () at postmaster.c:1198 #43 0x8151351 in PostmasterMain (argc=3, argv=0x82deaf8) at postmaster.c:917 #44 0x8127281 in main (argc=3, argv=0xb8f4) at main.c:268 #45 0x400d4577 in __libc_start_main () from /lib/libc.so.6 - Best, Frank. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] vacuumlo fails in the presence of a index on expression - demo sql included

2004-08-19 Thread Frank van Vugt
.base: ERROR: relation "level" does not exist CONTEXT: SQL function "get_level" during startup Omitting the index creation makes vacuumlo finish succesfully. -- Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [BUGS] adding a primary key column to a temporary table fails

2004-07-22 Thread Frank van Vugt
whether it should? > > ALTER TABLE ADD CONSTRAINT can handle primary keys. Now how did I miss *that* ;-\ > I think you probably want: > alter table f_test add primary key (id); Yep, that does the trick. Thank! -- Best, Frank. ---(end of broadcast)

[BUGS] adding a primary key column to a temporary table fails (v7.4.3)

2004-07-22 Thread Frank van Vugt
for ways to get to a temporary table with a copied structure AND a primary key. -- Best, Frank. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[BUGS] Problem with initdb

2004-01-18 Thread Frank Illner
it should be a problem for the db.? Please, can you help me?? best regards from germany Frank Illner Teamleiter Enwicklung-Neue Medien / Abteilung IT LAND BRANDENBURG LOTTO GmbH Steinstraße 104 - 106; 14480 Potsdam Tel.: +49 (0

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
> anything I can verify on that one to help? free4testing=# select timestamptz('1901-12-14 0:0:0'); timestamptz - 1901-12-13 23:40:32 (1 row) Frank. ---(end of broadcast)--- TIP 9: the planner will ignor

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
unsetting TZ and restarting the postmaster I got the same old behaviour back (my 19 minute wide timezone) with output equal to the one above. Frank. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Fwd: Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
1901-12-14 00:19:00+00:19 Just let me know what you're interested in, if anything. Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-21 Thread Frank van Vugt
be this had something to do with it? At this moment, I still have that second server that's still showing the problem, anything I can verify on that one to help? Best, Frank. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-21 Thread Frank van Vugt
ptions and got the same result select version(); version PostgreSQL 7.4beta1 on i686-pc-linux-gnu, compiled by GCC egcs-2.91.66 Best, Frank. ---(end of broadcast)-

Re: [BUGS] Delete triggers

2003-04-03 Thread Mathew Frank
> "Mathew Frank" <[EMAIL PROTECTED]> writes: > > The documentation on this is very thin on the ground - I`ve just spend 4 Ho= > > urs googling and the best I could find was one of the main developers (Bruc= > > e?? sorry - too long ago) replying to

[BUGS] Delete triggers

2003-04-03 Thread Mathew Frank
I have had a lot of trouble getting a DELETE trigger to do nothing (ie let the delete operation occur instead of cancelling it, as required)   The documentation on this is very thin on the ground - I`ve just spend 4 Hours googling and the best I could find was one of the main developers (Bru

[BUGS] v7.3 : \encoding doesn't show changes in client encoding that are not done with \encoding itself (i.e. set names/set client_encoding)

2002-12-15 Thread Frank van Vugt
be the old one used. However, the encoding seems to be changed, as 'show client_encoding' will show. Regards, Frank van Vugt ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [BUGS] server terminated by a query in 7.3

2002-12-13 Thread Frank van Vugt
bufHdr->tag.blockNum, ! (char *) MAKE_PTR(bufHdr->data)); ! /* drop refcount incremented by RelationNodeCacheGetRelation */ ! RelationDecrementReferenceCount(bufrel); ! } ! LocalBufferFlushCount++; }

Re: [BUGS] possible INSERT bug

2002-12-12 Thread Mathew Frank
i have the following utility function, which I use to easily return the OID of an the new row created by an INSERT query: --- CREATE FUNCTION insert_record_return_oid(text) RETURNS int4 AS ' DECLARE s_query ALIAS FOR $1; oid int4; BEGIN EXECUTE s_query; GET DIAGNOSTICS oid

Re: [BUGS] spurious "UNIQUE constraint matching given keys for referenced table" error

2002-10-15 Thread Mathew Frank
> which appears correct (you misspelled the column name). > > 7.2 does foreign key validity checking in a funny order that causes it > to produce the other error message first. While not incorrect, it's > sure misleading :-( Thanks a bunch. I'm always a bit nervous about calling anything a bug.

[BUGS] spurious "UNIQUE constraint matching given keys for referenced table" error

2002-10-14 Thread Mathew Frank
Hello people, I'm a newbie to this list (though I've been hanging around on the ODBC list for some time and I've been working with pgSQL for about 8months) so go easy? ;-) I realise this error is to stop a bad foreign key reference being created. However I have a table with a multi-column primary

[BUGS] unable to build on openbsd-sparc

2002-10-04 Thread Frank Van Damme
. Building, installing and initialising went without a hitch, so it must be something sparc32-specific. -- Frank Van Damme homepage: www.student.kuleuven.ac.be/~m9917684 jabber (=IM): [EMAIL PROTECTED] errorlogs.tar.bz2 Description: application/tbz ---

Re: [BUGS] Perl script failure => Postgres 7.1.2 database corruption

2001-11-13 Thread Frank McKenney
in this situation because "it was there" when I took over the project, but what I'm doing would be difficult or impossible with other SQL products I've seen. (Or maybe it just lets me get away with really arcane syntax I shouldn't be using (;-)) > Frank McKenney <[

[BUGS] BUG REPORT

2001-05-30 Thread Frank Contrepois
arts at (0, 414) The Data Base System is starting up Failed. !# DEBUG: ReadRecord: record with zero len at (0, 4170876) DEBUG: redo done at (0, 4170840) DEBUG: database system is in production state ... Great program hopping I'm helping improving it. bye -- "L'idea d

Re: [BUGS] index(fct(primary key)) kills INSERTs

2000-11-10 Thread Frank Miles
On Fri, 10 Nov 2000, Tom Lane wrote: > Frank Miles <[EMAIL PROTECTED]> writes: > >> which surprises me not at all, because at the point where this function > >> is invoked, the new record with tt_id 3 hasn't been entered into the > >> table yet. >

Re: [BUGS] index(fct(primary key)) kills INSERTs

2000-11-10 Thread Frank Miles
On Fri, 10 Nov 2000, Tom Lane wrote: > Frank Miles <[EMAIL PROTECTED]> writes: > > If an index is created based on a function of the primary key, > > you cannot insert new entries into the database. > > I think the critical point here is that your "function o

[BUGS] index(fct(primary key)) kills INSERTs

2000-11-09 Thread Frank Miles
Your name : Frank Miles Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.0.26 ELF) : Linux

Re: Index opclass checking (was Re: [BUGS] Crash in PostgreSQL 7.0.b5.)

2000-04-24 Thread Frank Mayhar
tecture of which I'm aware (although I'm sure there are some warped, perverted architectures out there that use that, sigh). > The short-term answer for Frank is "don't specify index opclasses in > handwritten CREATE INDEX commands, unless you're really sure that you &

  1   2   >