aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/lockfuncs.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-05-07 11:00:47 -0400
committerRobert Haas <rhaas@postgresql.org>2015-05-07 11:19:31 -0400
commit7be47c56af3d3013955c91c2877c08f2a0e3e6a2 (patch)
tree80847057d957048de9e70b92fc196465a34f26f8 /src/backend/utils/adt/lockfuncs.c
parent82ec7c95b701d18530eb4eed923a305a0d82bdaf (diff)
downloadpostgresql-7be47c56af3d3013955c91c2877c08f2a0e3e6a2.tar.gz
postgresql-7be47c56af3d3013955c91c2877c08f2a0e3e6a2.zip
Fix incorrect math in DetermineSafeOldestOffset.
The old formula didn't have enough parentheses, so it would do the wrong thing, and it used / rather than % to find a remainder. The effect of these oversights is that the stop point chosen by the logic introduced in commit b69bf30b9bfacafc733a9ba77c9587cf54d06c0c might be rather meaningless. Thomas Munro, reviewed by Kevin Grittner, with a whitespace tweak by me.
Diffstat (limited to 'src/backend/utils/adt/lockfuncs.c')
0 files changed, 0 insertions, 0 deletions