Обсуждение: pgsql: Remove too generically named MissingPtr typedef.

Поиск
Список
Период
Сортировка

pgsql: Remove too generically named MissingPtr typedef.

От
Andres Freund
Дата:
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(-)