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
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
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
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