[COMMITTERS] pgsql: Refactor pg_receivexlog main loop code, for readability, take 2.

2014-08-06 Thread Fujii Masao
Refactor pg_receivexlog main loop code, for readability, take 2. Previously the source codes for processing the received data and handling the end of stream were included in pg_receivexlog main loop. This commit splits out them as separate functions. This is useful for improving the readability of

[COMMITTERS] pgsql: Fix alternate regression test output file.

2014-08-06 Thread Robert Haas
Fix alternate regression test output file. Commit 0ef99bdce3a6cd3195d7df12093042c16328c71c broke this. Jeff Janes Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/873de34b710196d1e3ce593bd85fa24768e58d6b Modified Files -- src/test/regress/expected/json_1

[COMMITTERS] pgsql: Don't require sort support functions to provide a comparator.

2014-08-06 Thread Robert Haas
Don't require sort support functions to provide a comparator. This could be useful for datatypes like text, where we might want to optimize for some collations but not others. However, this patch doesn't introduce any new sortsupport functions that work this way; it merely revises the code so tha

[COMMITTERS] pgsql: Add PG_RETURN_UINT16 macro.

2014-08-06 Thread Robert Haas
Add PG_RETURN_UINT16 macro. Manuel Kniep Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/73cfa37afe3243c0ccdc6ae72cfcc53a37761521 Modified Files -- src/include/fmgr.h |1 + 1 file changed, 1 insertion(+) -- Sent via pgsql-committers mailing list (p