Re: [COMMITTERS] pgsql: Use the regular main processing loop also in walsenders.

2012-10-06 Thread Thom Brown
On 5 October 2012 15:26, Heikki Linnakangas wrote: > Use the regular main processing loop also in walsenders. > > The regular backend's main loop handles signal handling and error recovery > better than the current WAL sender command loop does. For example, if the > client hangs and a SIGTERM is r

[COMMITTERS] pgsql: Add API for 64-bit large object access. Now users can access up

2012-10-06 Thread Tatsuo Ishii
Add API for 64-bit large object access. Now users can access up to 4TB large objects (standard 8KB BLCKSZ case). For this purpose new libpq API lo_lseek64, lo_tell64 and lo_truncate64 are added. Also corresponding new backend functions lo_lseek64, lo_tell64 and lo_truncate64 are added. inv_api.c

[COMMITTERS] pgsql: Bump up catalog vesion due to 64-bit large object API functions

2012-10-06 Thread Tatsuo Ishii
Bump up catalog vesion due to 64-bit large object API functions addition. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b51a65f5bf4b68bc91d33d88108837d13d29df98 Modified Files -- src/include/catalog/catversion.h |2 +- 1 files changed, 1 insertions(+