[PATCH] fix two shadow vars (src/backend/commands/sequence.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] fix two shadow vars (src/backend/commands/sequence.c)
Date: 2020-06-11 12:49:27
Message-ID: CAEudQAp7dc7Z8s=yQDZ2x-eDh11FUsx3vq5BXUz1WvrXuRt5_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
src/backend/commands/sequence.c
Has two shadows (buf var), with two unnecessary variables declared.

For readability reasons, the declaration of variable names in the
prototypes was also corrected.

regards,
Ranier Vilela

Attachment Content-Type Size
fix_shadows_buf_var.patch application/octet-stream 2.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2020-06-11 12:52:54 Windows regress fails (latest HEAD)
Previous Message Tom Lane 2020-06-11 12:45:42 jsonpath versus NaN