First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Does mbutils.c really need to use L'\0' ?
Tom Lane wrote: I grow weary of mopping up after pgindent, as in http://archives.postgresql.org/pgsql-committers/2010-07/msg00069.php The problem evidently is that pgindent hasn't heard of wide character constants. No doubt the best fix would be to teach it about them; but given that we seem to h... 7 Jul 2010 14:35
[COMMITTERS] pgsql: Add note that using PL/Python 2and 3 in the same session will
On tis, 2010-07-06 at 17:49 -0400, Tom Lane wrote: petere(a)postgresql.org (Peter Eisentraut) writes: Log Message: ----------- Add note that using PL/Python 2 and 3 in the same session will probably crash Crash? I can see people regarding that as a security problem. Maybe we need to do somet... 8 Jul 2010 14:44
[COMMITTERS] pgsql: Add note that using PL/Python 2 and 3 in the same session will
petere(a)postgresql.org (Peter Eisentraut) writes: Log Message: ----------- Add note that using PL/Python 2 and 3 in the same session will probably crash Crash? I can see people regarding that as a security problem. Maybe we need to do something more pro-active to prevent such conflicts? regards, tom... 7 Jul 2010 17:53
[HACKERS] Does mbutils.c really need to use L'\0' ?
I grow weary of mopping up after pgindent, as in http://archives.postgresql.org/pgsql-committers/2010-07/msg00069.php The problem evidently is that pgindent hasn't heard of wide character constants. No doubt the best fix would be to teach it about them; but given that we seem to have next to no use for such cons... 6 Jul 2010 17:48
TRUNCATE+COPY optimization and --jobs=1 in pg_restore
2010/2/10 Takahiro Itagaki <itagaki.takahiro(a)oss.ntt.co.jp> Tom Lane <tgl(a)sss.pgh.pa.us> wrote: Takahiro Itagaki <itagaki.takahiro(a)oss.ntt.co.jp> writes: We have an optimization to bulkload date in pg_restore, but the code only works in parallel restore (--jobs >= 2). Why don't we do the ... 14 Jul 2010 23:06
[HACKERS] keepalive in libpq using
Hello all. While I'm very excited about enabling keepalives in libpq, I want to know how can I use this functionality in my application? Let's imagine that I connect to a server with keepalives option, other options (keepalives_idle, keepalives_interval, keepalives_count) are used either. Then network goes dow... 6 Jul 2010 13:23
pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
Robert Haas wrote: On Fri, Jun 25, 2010 at 1:56 PM, Josh Berkus <josh(a)agliodbs.com> wrote: Shouldn't this be backpatched, or was this a new bug in 9.0? We've always output bytes. I'd have noticed the discrepancy myself if I'd read the actual docs ;-) KB would be more usefu... 6 Jul 2010 18:56
pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
On Fri, Jun 25, 2010 at 1:56 PM, Josh Berkus <josh(a)agliodbs.com> wrote: Shouldn't this be backpatched, or was this a new bug in 9.0? We've always output bytes.  I'd have noticed the discrepancy myself if I'd read the actual docs ;-) KB would be more useful.  And I don't think people have enough s... 7 Jul 2010 21:12
Bug? Concurrent COMMENT ON and DROP object
2010/7/6 KaiGai Kohei <kaigai(a)ak.jp.nec.com>: In the following scenario, we can see orphan comments. Yeah. I think the reason we haven't seen any complaints about this before is that the worst-case scenario is that a comment for a dropped database object eventually becomes associated with a new database objec... 9 Jul 2010 08:20
I: [HACKERS] About "Our CLUSTER implementation is pessimal" patch
Leonardo F <m_lists(a)yahoo.it> wrote: Attached the updated patch (should solve a bug) and a script. I reviewed your patch. It seems to be in good shape, and worked as expected. I suppressed a compiler warning in the patch and cleaned up whitespaces in it. Patch attached. I think we need some documentation... 7 Jul 2010 15:41
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41