Remove unnecessary assignment.
Reported by MauMau.
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/3345ba4d0d28435518b5979120618a610dea4e13
Modified Files
--
src/backend/storage/lmgr/lwlock.c |2 --
1 file changed, 2 deletions(-)
--
Sent via
Remove unnecessary assignment.
Reported by MauMau.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/18f158ef697974cb976b52dae8a048d83b7f1ca4
Modified Files
--
src/backend/storage/lmgr/lwlock.c |2 --
1 file changed, 2 deletions(-)
--
Sent via pgsql-
Remove obsolete commentary.
Since we got rid of non-MVCC catalog scans, the fourth reason given for
using a non-transactional update in index_update_stats() is obsolete.
The other three are still good, so we're not going to change the code,
but fix the comment.
Branch
--
REL9_4_STABLE
Detail
Remove obsolete commentary.
Since we got rid of non-MVCC catalog scans, the fourth reason given for
using a non-transactional update in index_update_stats() is obsolete.
The other three are still good, so we're not going to change the code,
but fix the comment.
Branch
--
master
Details
-