Re: [COMMITTERS] pgsql: Add index entries for more functions

2010-11-28 Thread Thom Brown
On 23 November 2010 22:03, Peter Eisentraut wrote: > Add index entries for more functions > > Also, move index entries into the tables, closer to the function description, > for easier editing in the future.  Resort some tables to be more alphabetical. > Remove the entries for count, max, min, and

[COMMITTERS] pgsql: Move call to GetTopTransactionId() earlier in LockAcquire(),

2010-11-28 Thread Simon Riggs
Move call to GetTopTransactionId() earlier in LockAcquire(), removing an infrequently occurring race condition in Hot Standby. An xid must be assigned before a lock appears in shared memory, rather than immediately after, else GetRunningTransactionLocks() may see InvalidTransactionId, causing asser

[COMMITTERS] pgsql: Move call to GetTopTransactionId() earlier in LockAcquire(),

2010-11-28 Thread Simon Riggs
Move call to GetTopTransactionId() earlier in LockAcquire(), removing an infrequently occurring race condition in Hot Standby. An xid must be assigned before a lock appears in shared memory, rather than immediately after, else GetRunningTransactionLocks() may see InvalidTransactionId, causing asser

[COMMITTERS] pgsql: Fix typo.

2010-11-28 Thread Robert Haas
Fix typo. Fujii Masao Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fab7fdb988f25438ded6c4a5c4b4f112f9decddb Modified Files -- contrib/README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-commi