[BUGS] "make check" failure on 8.0 b2

2004-09-10 Thread Wes
System: Mac OS X 10.3.5 Pg: 8.0.0 b2 type_sanity ... ok opr_sanity ... ok test geometry ... FAILED test horology ... ok test insert ... ok test create_function_1... ok === 1 of 96 tests failed. ==

[BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-20 Thread wes
The following bug has been logged on the website: Bug reference: 7685 Logged by: Wes Devauld Email address: w...@devauld.ca PostgreSQL version: 9.2.1 Operating system: Windows 7 Enterprise Description: -- The last_value(0 window function appears to be changing values

[BUGS] encoding warnings while intializing database.

2010-03-13 Thread Wes Sheldahl
ot;: codeset is "US-ASCII" DETAIL: Please report this to . WARNING: could not determine encoding for locale "en_US.US-ASCII": codeset is "US-ASCII" DETAIL: Please report this to . ok Otherwise, postgresql appears to be up and running. Thanks, -- Wes Sheldahl we

[BUGS] Solaris - no error handling in ecpg programs

2004-03-25 Thread Wes Palmer
I have an ecpg program that runs perfectly on Linux (PostgreSQL 7.4.1). I recompile it on Solaris and when I try to run there is absolutely no error handling available. When I connect: EXEC SQL WHENEVER SQLERROR GOTO sql_error; EXEC SQL CONNECT TO :dbTarget USER :user USING :pw;

Re: [BUGS] BUG #7685: last_value() not consistent throughout window partition

2012-11-23 Thread Wes Devauld
Sorry for wasting your time, I now see: If frame_end is omitted it defaults to CURRENT ROW. clearly in the documentation. I made the assumption that the default was UNBOUNDED PROCEDING/FOLLOWING which is now very obviously not the case. Again, sorry for not really taking the time to ensure this