| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix typo in reference to __FreeBSD__. |
| Date: | 2022-12-16 04:45:39 |
| Message-ID: | E1p62bK-003pJO-KD@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix typo in reference to __FreeBSD__.
Commit a2a8acd152 introduced a platform-dependent mechanism to prevent
developers from referencing errno in the argument list of
elog()/ereport(), but didn't use the right macro to detect FreeBSD, so
it didn't actually work there.
Reported-by: Japin Li <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/MEYP282MB16693AAEEF84F47D8F7CA007B6E69%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e52f8b301ed54aac5162b185b43f5f1e44b6b17e
Modified Files
--------------
src/include/utils/elog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2022-12-16 06:52:41 | Re: pgsql: meson: Add 'running' test setup, as a replacement for installche |
| Previous Message | David Rowley | 2022-12-16 02:23:16 | pgsql: Remove pessimistic cost penalization from Incremental Sort |