diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-10-22 20:16:05 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-10-22 20:22:12 +0300 |
commit | 8e8ac0894b196c4dd8618bca1f598f13bf5e18ea (patch) | |
tree | b8a7834a2c5cd8de7b7a3f82f1dbb8b14979c097 /src/backend/utils/adt/selfuncs.c | |
parent | dff178f8017e4412d14f131e4c3b5f5b385c5598 (diff) | |
download | postgresql-8e8ac0894b196c4dd8618bca1f598f13bf5e18ea.tar.gz postgresql-8e8ac0894b196c4dd8618bca1f598f13bf5e18ea.zip |
Fix overly-complicated usage of errcode_for_file_access().
No need to do "errcode(errcode_for_file_access())", just
"errcode_for_file_access()" is enough. The extra errcode() call is useless
but harmless, so there's no user-visible bug here. Nevertheless, backpatch
to 9.1 where this code were added.
Diffstat (limited to 'src/backend/utils/adt/selfuncs.c')
0 files changed, 0 insertions, 0 deletions