diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-09-10 12:47:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-09-10 12:47:02 -0400 |
commit | 14ea36520389dbb1b48524223cf09389154a0f2e (patch) | |
tree | 91682dd7a722c72f916e175f768611228b098616 /src/backend/utils/adt/regexp.c | |
parent | e3d77ea6b4e425093db23be492f236896dd7b501 (diff) | |
download | postgresql-14ea36520389dbb1b48524223cf09389154a0f2e.tar.gz postgresql-14ea36520389dbb1b48524223cf09389154a0f2e.zip |
Hide a static inline from FRONTEND code.
For some reason pg_waldump is including tuptable.h, and the recent
addition of a static inline function to it is causing problems on
older buildfarm members that fail to optimize such functions away
completely. I wonder if this situation doesn't mean that some header
refactoring is called for ... but as a band-aid, wrap the static
function in "#ifndef FRONTEND".
Discussion: https://postgr.es/m/20180824154237.mabsv6fsz5q37bma@alap3.anarazel.de
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions