mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Use _() macro consistently rather than gettext(). Add translation
macros around strings that were missing them.
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
/* Defined by Perl */
|
||||
#undef _(x)
|
||||
|
||||
#include "spi_internal.h"
|
||||
|
||||
|
Reference in New Issue
Block a user