forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe02b16
committed
Delete the temporary file used in buffered GiST build, after the build.
There were two bugs here: We forgot to call gistFreeBuildBuffers() functionat the end of build, and we passed interXact == true to BufFileCreateTemp,so the file wasn't automatically cleaned up at end-of-transaction either.1 parent4317e02 commitbe02b16
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
| 217 | + | |
217 | 218 |
| |
218 | 219 |
| |
219 | 220 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
0 commit comments
Comments
(0)