- Notifications
You must be signed in to change notification settings - Fork5
Commit8caf613
committed
In the final emptying phase of the new GiST buffering build, set the
queuedForEmptying flag correctly on buffer when adding it to the queue.Also, don't add buffer to the queue if it's there already. These wereharmless oversights; failing to set the flag just means that a buffer mightget added to the queue twice if more tuples are added to it (although thatcan't actually happen at this point because all the upper buffers havealready been emptied), and having the same buffer twice in the emptyingqueue is harmless. But better be tidy.1 parentb0025bd commit8caf613
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
964 | 964 |
| |
965 | 965 |
| |
966 | 966 |
| |
967 |
| - | |
968 |
| - | |
969 |
| - | |
970 |
| - | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
971 | 975 |
| |
972 | 976 |
| |
973 | 977 |
| |
|
0 commit comments
Comments
(0)