pgsql: Fix compilation error introduced by commit 8e1fae1938.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compilation error introduced by commit 8e1fae1938.
Date: 2021-12-23 07:26:55
Message-ID: E1n0IV5-0004W0-9R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compilation error introduced by commit 8e1fae1938.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/E1n0HSK-00048l-RE@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94226d4506e66d6e7cbf4b391f1e7393c1962841

Modified Files
--------------
src/backend/commands/vacuumparallel.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-12-24 07:58:21 pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc
Previous Message Masahiko Sawada 2021-12-23 07:13:30 Re: pgsql: Move parallel vacuum code to vacuumparallel.c.