forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d5b249
committed
Fix function code in error report
This bug causes a lseek() failure to be reported as a "could not open"failure in the error message, muddling bug reports. I introduced thiscopy-and-pasteo in commit78e1220.Noticed while reviewing code for bug report #15221, from lily liang. Inversion 10 the affected function is only used by multixact.c andcommit_ts, and only in corner-case circumstances, neither of which areinvolved in the reported bug (a pg_subtrans failure.)Author: Álvaro Herrera1 parentb17be5b commit1d5b249
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments
Comments
(0)