Re: Small typo in variable.c

2021-07-27 Thread Daniel Westermann (DWE)
>On Tue, Jul 27, 2021 at 10:04:36AM +, Daniel Westermann (DWE) wrote: >> there is a typo in variable.c. >> Attached a small fix for this. >"iff" stands for "if and only if". Ah, good to know. Thx Regards Daniel

Re: Small typo in variable.c

2021-07-27 Thread Michael Paquier
On Tue, Jul 27, 2021 at 10:04:36AM +, Daniel Westermann (DWE) wrote: > there is a typo in variable.c. > Attached a small fix for this. "iff" stands for "if and only if". -- Michael signature.asc Description: PGP signature

Small typo in variable.c

2021-07-27 Thread Daniel Westermann (DWE)
Hi, there is a typo in variable.c. Attached a small fix for this. Regards Danieldiff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index 92a34f870f..538b83ddd9 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -361,7 +361,7 @@ SetVariableHooks(VariableSpace spa