pgsql: Remove dummyret definition

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dummyret definition
Date: 2022-08-20 19:04:10
Message-ID: E1oPTlR-000Rov-Mf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dummyret definition

This hasn't been used in a while (last use removed by 50d22de932, and
before that 84b6d5f359), and since we are now preferring inline
functions over complex macros, it's unlikely to be needed again.

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/7110ab37-8ddd-437f-905c-6aa6205c6185%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/585d0cd944d952f08f7649d02f1d6b6644e93611

Modified Files
--------------
src/include/c.h | 10 ----------
1 file changed, 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-08-22 01:05:18 pgsql: Fix comment in walsender_private.h
Previous Message Andres Freund 2022-08-20 18:01:11 pgsql: regress: allow to specify directory containing expected files, f