Remove too generically named MissingPtr typedef.

Andres Freund <andres@anarazel.de>

Commit: e451dd5521966516110eb1761342ae4a1380b19d
Author: Andres Freund <andres@anarazel.de>
Date: 2019-01-15T00:25:50Z
Releases: 12.0
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

Files

PathChange+/−
src/include/access/tupdesc.h modified +1 −3

Discussion