pgsql: Refactor code to look up local replication tuple

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor code to look up local replication tuple
Date: 2020-04-01 13:35:56
Message-ID: E1jJdXA-0002Rh-LG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor code to look up local replication tuple

This unifies some duplicate code.

Author: Amit Langote <amitlangote09(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CA+HiwqFjYE5anArxvkjr37AQMd52L-LZtz9Ld2QrLQ3YfcYhTw@mail.gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-01 14:32:40 pgsql: Improve selectivity estimation for assorted match-style operator
Previous Message Peter Eisentraut 2020-04-01 13:01:23 pgsql: Update SQL features count