forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit333eb32
committed
Fix not-backwards-compatible pg_upgrade test for prepared transactions.
There's no reason for this test to use the undocumented pg_prepared_xact()function, when it can use the stable API pg_prepared_xacts instead.Fixes breakage against 8.3, as reported by Justin Arnold.1 parent030cdaf commit333eb32
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
| 534 | + | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
|
0 commit comments
Comments
(0)