mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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