diff options
author | Andres Freund <andres@anarazel.de> | 2022-07-18 14:53:02 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-07-18 14:53:02 -0700 |
commit | d268d0f7a16e9e3c6de660b73543d875b8187def (patch) | |
tree | a313fcf32407ac7a1b88466e22d7ccf1f31e4eba /src/backend/postmaster/syslogger.c | |
parent | eb6569fd0e24e2f0502ef7b496ba0d3125bd4f15 (diff) | |
download | postgresql-d268d0f7a16e9e3c6de660b73543d875b8187def.tar.gz postgresql-d268d0f7a16e9e3c6de660b73543d875b8187def.zip |
ecpg: use our instead of my in parse.pl to fix perlcritic complaint
In db0a272d123 I used open(our $something, ...), which perlcritic doesn't
like. It looks like the warning is due to perlcritic knowing about 'my' but
not 'our' when checking for bareword file handles.
However, it's clearly unnecessary to use "our" here, change it to "my".
Via buildfarm member crake and discussion with Tom Lane.
Discussion: https://postgr.es/m/20220718215042.sl3hivoupdb7lkwv@awork3.anarazel.de
Diffstat (limited to 'src/backend/postmaster/syslogger.c')
0 files changed, 0 insertions, 0 deletions