mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 00:02:34 -05:00
The modern way is to use a missing_ok argument instead of two separate almost-identical routines, so do that. Author: Michaël Paquier Reviewed-by: Álvaro Herrera Discussion: https://postgr.es/m/20180201063212.GE6398@paquier.xyz