Unnecessary global variable declared in xlog.c

From: Amul Sul <sulamul(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Unnecessary global variable declared in xlog.c
Date: 2021-11-16 05:47:27
Message-ID: CAAJ_b96Qd023itERBRN9Z7P2saNDT3CYvGuMO8RXwndVNN6z7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The attached patch moves the "LastRec" variable declaration inside
StartupXLOG() where it is supposed to be.

--
Regards,
Amul Sul
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
remove_global_declaration.patch application/octet-stream 676 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-11-16 05:53:18 Re: parallel vacuum comments
Previous Message Greg Nancarrow 2021-11-16 05:38:33 Re: On login trigger: take three