pgsql: Add missing initialization in tokenize_expand_file() for output

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing initialization in tokenize_expand_file() for output
Date: 2022-11-24 01:12:03
Message-ID: E1oy0mY-000Z98-TR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing initialization in tokenize_expand_file() for output list

This should have been added in efc9816, but it looks like I have found a
way to mess up a bit a patch split. This should have no consequence in
practice, but let's be clean.

Discussion: https://postgr.es/m/Y324HvGKiWxW2yxe@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d5566fbfeb6a1e05151a1cdc409465e2a3d3a6c6

Modified Files
--------------
src/backend/libpq/hba.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-11-24 01:18:24 Re: pgsql: Expand AclMode to 64 bits
Previous Message Michael Paquier 2022-11-24 00:40:45 Re: pgsql: Expand AclMode to 64 bits