pgsql: Remove too generically named MissingPtr typedef. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove too generically named MissingPtr typedef.
Date
Msg-id E1gjCba-0001CF-5U@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in documentation
Next
From: Andres Freund
Date:
Subject: pgsql: Don't include genam.h from execnodes.h and relscan.h anymore.