aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/strftime.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-05-04 12:26:25 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-05-04 12:26:25 -0400
commitb45f6613e0a475f908d93dbaa8612ccb9395f666 (patch)
tree699e422b002f519cee1d3e3f8f80faf1a2480215 /src/timezone/strftime.c
parent59cb323053f4ed582d4e71acaeb5770603f074db (diff)
downloadpostgresql-b45f6613e0a475f908d93dbaa8612ccb9395f666.tar.gz
postgresql-b45f6613e0a475f908d93dbaa8612ccb9395f666.zip
Sync our copy of the timezone library with IANA release tzcode2018e.
The non-cosmetic changes involve teaching the "zic" tzdata compiler about negative DST. While I'm not currently intending that we start using negative-DST data right away, it seems possible that somebody would try to use our copy of zic with bleeding-edge IANA data. So we'd better be out in front of this change code-wise, even though it doesn't matter for the data file we're shipping. Discussion: https://postgr.es/m/30996.1525445902@sss.pgh.pa.us
Diffstat (limited to 'src/timezone/strftime.c')
-rw-r--r--src/timezone/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/strftime.c b/src/timezone/strftime.c
index bb638c81a45..275b5f477c5 100644
--- a/src/timezone/strftime.c
+++ b/src/timezone/strftime.c
@@ -203,7 +203,7 @@ _fmt(const char *format, const struct pg_tm *t, char *pt,
/*
* Locale modifiers of C99 and later. The sequences %Ec
* %EC %Ex %EX %Ey %EY %Od %oe %OH %OI %Om %OM %OS %Ou %OU
- * %OV %Ow %OW %Oy are supposed to provide alternate
+ * %OV %Ow %OW %Oy are supposed to provide alternative
* representations.
*/
goto label;