Re: [BUGS] BUG #2393: update fails with unique constraint violation

2007-08-03 Thread Vlad ROMASCANU
You may want to suggest to the devs to extend the "UPDATE" syntax with "ORDER BY"? such that: update rumple.directory set right_visit_id = right_visit_id + 2 where right_visit_id >= parent_right ORDER BY right_visit_id DESC; ...would work by enforcing a certain update order. And index scan is

[BUGS] BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))

2010-05-25 Thread Vlad Romascanu
The following bug has been logged online: Bug reference: 5472 Logged by: Vlad Romascanu Email address: vromasc...@accurev.com PostgreSQL version: 8.4.3 Operating system: Windows, Linux Description:Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS

Re: [BUGS] BUG #5472: Postgres hard crash in ...WHERE IN (SELECT * FROM (VALUES (),...) AS t(col))

2010-05-25 Thread Vlad Romascanu
bove will pass with flying colours on 64-bit builds if USE_FLOAT8_BYVAL ends up being #defined. Cheers, V. -Original Message- From: Alex Hunsaker [mailto:bada...@gmail.com] Sent: Tuesday, May 25, 2010 1:27 PM To: Vlad Romascanu Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #5472: Postg

[BUGS] BUG #5743: Regexp engine fails to case-insensitively match multi-byte codepoints

2010-11-03 Thread Vlad Romascanu
The following bug has been logged online: Bug reference: 5743 Logged by: Vlad Romascanu Email address: vromasc...@accurev.com PostgreSQL version: 8.4.3 Operating system: Windows, Linux Description:Regexp engine fails to case-insensitively match multi-byte codepoints