mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
5b6d08cd29
Add asprintf(), pg_asprintf(), and psprintf() to simplify string allocation and composition. Replacement implementations taken from NetBSD. Reviewed-by: Álvaro Herrera <alvherre@2ndquadrant.com> Reviewed-by: Asif Naeem <anaeem.it@gmail.com>