diff options
author | Andrew Dunstan | 2021-04-27 12:21:15 +0000 |
---|---|---|
committer | Andrew Dunstan | 2021-04-27 12:21:15 +0000 |
commit | fa26eba221a9e837493df47d0255ce615129e9a8 (patch) | |
tree | 57a30699844e8d92ce9eb4ca3eb4c2c7f6a07346 /src/backend/regex | |
parent | 0c8f40863acb94963df9fd6a4369eb71efe9a93b (diff) |
Improve logic in PostgresVersion.pm
Handle the situation where perl swaps the order of operands of
the comparison operator. See `perldoc overload` for details:
The third argument is set to TRUE if (and only if) the two
operands have been swapped. Perl may do this to ensure that the
first argument ($self) is an object implementing the overloaded
operation, in line with general object calling conventions.
Diffstat (limited to 'src/backend/regex')
0 files changed, 0 insertions, 0 deletions