Typo macro name on FreeBSD? - Mailing list pgsql-hackers

From Japin Li
Subject Typo macro name on FreeBSD?
Date
Msg-id MEYP282MB16693AAEEF84F47D8F7CA007B6E69@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Typo macro name on FreeBSD?  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
Hi, hackers

Recently, I compile PostgreSQL on FreeBSD, I find commit a2a8acd152 introduecs
__freebsd__ macro, however, I cannot find this macro on FreeBSD 13. There only
has __FreeBSD__ macro. Is this a typo?

    root@freebsd:~ # uname -a
    FreeBSD freebsd 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64
    root@freebsd:~ # echo | gcc10 -dM -E - | grep -i 'freebsd'
    #define __FreeBSD__ 13


-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication
Next
From: Amit Kapila
Date:
Subject: Re: Time delayed LR (WAS Re: logical replication restrictions)