aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/timezone/README')
-rw-r--r--src/timezone/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timezone/README b/src/timezone/README
index 2544230c4cd..912e0c1b39c 100644
--- a/src/timezone/README
+++ b/src/timezone/README
@@ -79,6 +79,9 @@ other exposed names.
slightly modified the API of the former, in part because it now relies
on our own pg_open_tzfile() rather than opening files for itself.
+* tzparse() is adjusted to cache the result of loading the TZDEFRULES
+zone, so that that's not repeated more than once per process.
+
* There's a fair amount of code we don't need and have removed,
including all the nonstandard optional APIs. We have also added
a few functions of our own at the bottom of localtime.c.