pgsql: Fix inline marking introduced in commit 464824323e.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inline marking introduced in commit 464824323e.
Date: 2020-09-04 06:02:22
Message-ID: E1kE4nm-0005dz-Am@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inline marking introduced in commit 464824323e.

Forgot to add inline marking in changes_filename() declaration. In the passing, add
inline marking for a similar function subxact_filename().

Reported-By: Nathan Bossart
Discussion: https://postgr.es/m/E98FBE8F-B878-480D-A728-A60C6EED3047@amazon.com

Branch
------
master

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

Modified Files
--------------
src/backend/replication/logical/worker.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-04 06:08:41 pgsql: Remove unused parameter
Previous Message Bruce Momjian 2020-09-04 02:57:46 pgsql: remove redundant initializations