summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2022-08-22 08:53:58 +0530
committerAmit Kapila <akapila@postgresql.org>2022-08-22 08:53:58 +0530
commit838f798f172d509f022841b82277ec84d108a379 (patch)
treee934d82f03141766e6fbe7f7931d5061385b67ed /src/backend/access/gist/gist.c
parent49e525a08fcb42c05dc27bd0bc36aa491becc55f (diff)
downloadpostgresql-838f798f172d509f022841b82277ec84d108a379.tar.gz
Use logical operator && instead of & in vacuumparallel.c.
As such the current usage of & won't produce incorrect results but it would be better to use && to short-circuit the evaluation of second condition when the same is not required. Author: Ranier Vilela Reviewed-by: Tom Lane, Bharath Rupireddy Backpatch-through: 15, where it was introduced Discussion: https://postgr.es/m/CAEudQApL8QcoYwQuutkWKY_h7gBY8F0Xs34YKfc7-G0i83K_pw@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions