forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commited93feb
committed
Change currtid functions to use an MVCC snapshot, not SnapshotNow.
This has a slight performance cost, but the only known consumersof these functions, known at the SQL level as currtid and currtid2,is pgsql-odbc; whose usage, we hope, is not sufficiently intensiveto make this a problem.Per discussion.1 parent80c79ab commited93feb
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
332 | 333 |
| |
333 | 334 |
| |
334 | 335 |
| |
| 336 | + | |
335 | 337 |
| |
336 | 338 |
| |
337 | 339 |
| |
| |||
352 | 354 |
| |
353 | 355 |
| |
354 | 356 |
| |
355 |
| - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
356 | 361 |
| |
357 | 362 |
| |
358 | 363 |
| |
| |||
368 | 373 |
| |
369 | 374 |
| |
370 | 375 |
| |
| 376 | + | |
371 | 377 |
| |
372 | 378 |
| |
373 | 379 |
| |
| |||
384 | 390 |
| |
385 | 391 |
| |
386 | 392 |
| |
387 |
| - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
388 | 396 |
| |
389 | 397 |
| |
390 | 398 |
| |
|
0 commit comments
Comments
(0)