failing - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-24 06:11:56 | Re: Solve a problem of LC_TIME of windows. (Magnus Hagander)
fail, and the multibyte conversion functions can certainly fail. That will need to be added
Mailing lists >> pgsql-patches >> Thread >> Search in thread (3)
2008-09-06 21:10:42 | Re: [PgFoundry] Unsigned Data Types [1 of 2] (Tom Lane)
fails to throw error, that would be a bug IMHO. Casting any negative value to uint
Mailing lists >> pgsql-patches >> Thread
2008-09-05 17:13:48 | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) (David Rowley)
failed to notice that the optimizer was helping me out more than I wanted it to. My tested
Mailing lists >> pgsql-patches >> Thread
2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)
fail. If the function fails, the return value is zero. If the + function succeeds, the return
Mailing lists >> pgsql-patches >> Thread
2008-09-04 17:28:47 | Re: hash index improving v3 (Tom Lane)
failed for opclass %u", classObjectId[i]); ! keyType = ((Form_pg_opclass) GETSTRUCT(tuple))->opckeytype; ReleaseSysCache(tuple
Mailing lists >> pgsql-patches >> Thread >> Search in thread (9)
2008-09-03 19:09:16 | Re: libpq events patch (Andrew Chernow)
failed during PGEVT_CONNRESET event\n"), ! conn->events[i].proc); ! return PGRES_POLLING_FAILED; ! } ! } ! } ! ! return
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-09-02 14:23:25 | Re: WIP Join Removal (Tom Lane)
failing to check max_attr too --- I believe the loop ought to run from
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-26 13:33:45 | Re: pg_dump additional options for performance (Tom Lane)
fail. We are relying on the default table privileges until we are done doing everything
Mailing lists >> pgsql-patches >> Thread
2008-07-24 16:19:22 | Re: [HACKERS] WITH RECUSIVE patches 0723 (Tom Lane)
failed to make any sense of it, because of the complete absence of documentation. Two unexplained
Mailing lists >> pgsql-patches >> Thread
2008-07-22 21:53:54 | Re: [HACKERS]odd output in restore mode (Martin Zaun)
FAILED at 136. Hunk #2 FAILED at 168. Hunk #3 FAILED at 245. Hunk #4 FAILED
Mailing lists >> pgsql-patches >> Thread
2008-07-18 12:09:17 | Re: WITH RECUSIVE patches 0717 (David Fetter)
Failed. An equivalent query without RECURSIVE breaks in a different, in some sense even more
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-05 05:48:05 | Re: [HACKERS] WITH RECURSIVE updated to CVS TIP (Hans-Juergen Schoenig)
Failed. !> \q this one will kill the planner :( removing the (totally stupid) distinct avoids the core
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-04 07:50:20 | Re: page macros cleanup (Pavan Deolasee)
fail for corner case if HashMaxItemSize happened to be unaligned. For example, if (itemsz < HashMaxItemSize
Mailing lists >> pgsql-patches >> Thread
2008-07-01 04:57:46 | Re: VACUUM Improvements - WIP Patch (Simon Riggs)
failed VACUUM? Not sure why would we do that? What would that give? To do that
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-06-26 18:18:05 | Re: Fix pg_ctl restart bug (Tom Lane)
that, I see no downside to an attempted fix, even if it fails. regards, tom lane