docs: psql '--' comments are not passed to the server
C-style block comments are passed to the server.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/3c41b812c5578fd7bd5c2de42941012d7d56dde2
Modified Files
--
doc/src/sgml/ref/psql-ref.sgml |6 ++
Fix bugs in GIN "fast scan" with partial match.
There were a couple of bugs here. First, if the fuzzy limit was exceeded,
the loop in entryGetItem might drop out too soon if a whole block needs to
be skipped because it's < advancePast ("continue" in a while-loop checks the
loop condition too). Sec
On Thu, Apr 10, 2014 at 09:44:39AM -0400, Tom Lane wrote:
> This patch is causing almost all of the Windows buildfarm members to
> fail with compilation errors, along the lines of
Argh, I stopped monitoring the buildfarm for this patch when the first 5 to 10
members came up green. Windows being so
The new pointer_to_struct test needs a special command line parameter to ecpg.
Hopefully this will fix the buildfarm failures on Windows.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/ef29a884575f233e6cd382dcfb42af602fa78cd6
Modified Files
--
src/tools/
C comment: track_activity_query_size doesn't support memory units
And explain why.
Per report from Pavel Stehule
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8fcccadfea491a1074be38266e2346162faa03e3
Modified Files
--
src/backend/utils/misc/guc.c |
Michael Meskes writes:
> Several fixes to array handling in ecpg.
This patch is causing almost all of the Windows buildfarm members to
fail with compilation errors, along the lines of
pointer_to_struct.pgc(27): error C2065: 'customer' : undeclared identifier
pointer_to_struct.pgc(27): error C206
Fix typo in comment.
Tomonari Katsumata
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/787064cd0078a346cd744f832794e23136392efd
Modified Files
--
src/backend/access/transam/xlog.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pg