pgsql: Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Date
Msg-id E1pPzHv-000BaP-Gr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8

Author: Nathan Bossart <nathandbossart@gmail.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: Infrastructure for more detailed IO statistics
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix various typos in code and tests