pgsql: Remove too generically named MissingPtr typedef.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove too generically named MissingPtr typedef.
Date: 2019-01-15 00:29:22
Message-ID: E1gjCba-0001CF-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove too generically named MissingPtr typedef.

As there's only a single user of the typedef in the entire codebase,
just use the underlying struct directly.

Per complaint from Alvaro Herrera

Author: Andres Freund
Discussion: https://postgr.es/m/201901141836.oxtm4uzc63j3@alvherre.pgsql

Branch
------
master

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

Modified Files
--------------
src/include/access/tupdesc.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-01-15 01:16:11 pgsql: Don't include genam.h from execnodes.h and relscan.h anymore.
Previous Message Michael Paquier 2019-01-14 23:48:51 pgsql: Fix typos in documentation and for one wait event