]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix error message in pre_sync_fname.
authorRobert Haas <rhaas@postgresql.org>
Mon, 18 May 2015 16:53:09 +0000 (12:53 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 18 May 2015 17:17:43 +0000 (13:17 -0400)
commit89c8fb65b22346f64849a719aea79a4f817193f0
treee8afd0d03e69eb6b0e67bb4f961aff273fcf4c5b
parente369bbb3894ecc7b6074b7999909cd34b831ab12
Fix error message in pre_sync_fname.

The old one didn't include %m anywhere, and required extra
translation.

Report by Peter Eisentraut. Fix by me. Review by Tom Lane.
src/backend/storage/file/fd.c