forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a55225
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 parentbe565fa commit1a55225
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
0 commit comments
Comments
(0)