First  |  Prev |  Next  |  Last
Pages: 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
[HACKERS] Streaming replication and wal skipping
Hi, Since I had tweaked wal-skipping logic for SR before, there were two additional changes about that; http://archives.postgresql.org/pgsql-committers/2009-11/msg00018.php http://archives.postgresql.org/pgsql-committers/2009-12/msg00167.php The attached patch deals with those changes. Also I found that XLo... 18 Jan 2010 01:01
[HACKERS] AtAbort_Portsl problem
Hi, While ago, I reported a problem regarding exec_execute_message crash in transaction abort state if sync message issued right after parse, bind and execute message (which is normal if used with pgpool). After further investigation, I concluded that there's a serious problem with unnamed portal handling. Th... 17 Jan 2010 20:38
[HACKERS] is this a bug?
create type y as (c char, n int); select ('a', NULL)::y = ('a', NULL)::y; -- TRUE select ('a', NULL) = ('a', NULL); -- NULL I would expect those to evaluate to the same thing. Regards, Jeff Davis -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your sub... 17 Jan 2010 17:18
Git out of sync vs. CVS
2010/1/17 Peter Eisentraut <peter_e(a)gmx.net>: Maybe I'm hallucinating and someone could check this in their environment, but it appears to me that the Git repository is missing parts of two non-recent commits.  See attached patch. Not having looked at the repo in detail, but I bet this happened because the... 26 Jan 2010 08:44
Patch: Remove gcc dependency in definition of inlinefunctions
On ons, 2009-12-16 at 10:49 -0500, Tom Lane wrote: I think you're way overthinking this. Where we started was just a proposal to try to expand the set of inline-ing compilers beyond "gcc only". I don't see why we need to do anything but that. The code is fine as-is except for the control #ifdefs. I ha... 10 Feb 2010 19:06
[HACKERS] Git out of sync vs. CVS
Maybe I'm hallucinating and someone could check this in their environment, but it appears to me that the Git repository is missing parts of two non-recent commits. See attached patch. ... 17 Jan 2010 15:03
compiler warnings with GCC 4.5
Peter Eisentraut <peter_e(a)gmx.net> writes: read.c: In function 'nodeRead': read.c:370:3: warning: case value '1000001' not in enumerated type 'NodeTag' This can be fixed by changing switch (type) to switch ((int) type) No objection from here. We don't attempt to cover all possible Nod... 17 Jan 2010 11:39
[HACKERS] compiler warnings with GCC 4.5
Only these few: read.c: In function 'nodeRead': read.c:370:3: warning: case value '1000001' not in enumerated type 'NodeTag' read.c:300:3: warning: case value '1000002' not in enumerated type 'NodeTag' read.c:294:3: warning: case value '1000003' not in enumerated type 'NodeTag' read.c:374:3: warning: case val... 17 Jan 2010 11:39
[HACKERS] buildfarm compiler warnings
while cleaning up my $HOME I cam across an old hack I once used to find compiler warnings in the buildfarm logs. The following contains the output of running that script across the current buildfarm members reporting on -HEAD: http://www.kaltenbrunner.cc/files/output_buildfarm_16_01_2010.html keep in mind th... 16 Jan 2010 12:48
[COMMITTERS] pgsql: Fix one more cast for _open_osfhandle().
Magnus Hagander <magnus(a)hagander.net> writes: 2010/1/2 Tom Lane <tgl(a)sss.pgh.pa.us>: If those are a problem then presumably syslogger_parseArgs needs work too ... and I rather wonder where the value it's reading comes from. Well, it doesn't generate a warning.. It only did that when the cast was inc... 16 Jan 2010 11:41
First  |  Prev |  Next  |  Last
Pages: 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160