Remove inconsistent quotes from date_part error

From: Nikhil Benesch <nikhil(dot)benesch(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove inconsistent quotes from date_part error
Date: 2022-01-03 04:47:32
Message-ID: CAPWqQZTURGixmbMH2_Z3ZtWGA0ANjUb9bwtkkxSxSfDeFHuM6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The attached patch corrects a very minor typographical inconsistency
when date_part is invoked with invalid units on time/timetz data vs
timestamp/timestamptz/interval data.

(If stuff like this is too minor to bother with, let me know and I'll
hold off in the future... but since this was pointed out to me I can't
unsee it.)

Nikhil

Attachment Content-Type Size
0001-Remove-inconsistent-quotes-from-date_part-error.patch application/octet-stream 4.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message SATYANARAYANA NARLAPURAM 2022-01-03 05:27:43 pg_receivewal fail to streams when the partial file to write is not fully initialized present in the wal receiver directory
Previous Message Amul Sul 2022-01-03 04:03:37 Re: Multi-Column List Partitioning