pgsql: Add comments linking pg_strftime to timestamptz_to_str

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add comments linking pg_strftime to timestamptz_to_str
Date: 2020-05-15 22:09:06
Message-ID: E1jZiVu-0000rD-Pn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comments linking pg_strftime to timestamptz_to_str

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0ab4f4909a3f52e8b8243d2ae2dbb6f5027136c

Modified Files
--------------
src/backend/utils/adt/timestamp.c | 2 ++
src/timezone/strftime.c | 6 ++++++
2 files changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-05-15 22:11:20 pgsql: Rename assorted LWLock tranches.
Previous Message Alvaro Herrera 2020-05-15 20:51:55 pgsql: Avoid killing btree items that are already dead