diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-02-22 03:56:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-02-22 03:56:22 +0000 |
commit | b4feafb6ffdc8417abb167f5d3297428dc465b03 (patch) | |
tree | 6046bd0a507a4fbc7e2b92d4ae2f0d59223da94f /src/backend/tcop/postgres.c | |
parent | 78bb800bc288f141e04411de278b6f55547a775d (diff) | |
download | postgresql-b4feafb6ffdc8417abb167f5d3297428dc465b03.tar.gz postgresql-b4feafb6ffdc8417abb167f5d3297428dc465b03.zip |
Add support to port/snprintf.c for position parameter specification:
+ # Determine if printf supports %1$ argument selection, e.g. %5$ selects
+ # the fifth argument after the printf print string.
+ # This is not in the C99 standard, but in the Single Unix Specification (SUS).
+ # It is used in our langauge translation strings.
Nicolai Tufar with configure changes by Bruce.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions