pgsql: Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Date: 2023-02-09 05:16:04
Message-ID: E1pPzHv-000BaP-Gr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8

Author: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/20230208172705.GA451849@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30b789eafed2cbbc3de9c9025a30eefdffacb79c

Modified Files
--------------
contrib/basic_archive/basic_archive.c | 2 --
contrib/test_decoding/test_decoding.c | 2 --
src/backend/postmaster/shell_archive.c | 2 --
src/backend/replication/pgoutput/pgoutput.c | 2 --
4 files changed, 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-02-09 05:44:37 pgsql: Fix various typos in code and tests
Previous Message Andres Freund 2023-02-09 05:00:02 pgsql: pgstat: Infrastructure for more detailed IO statistics