You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Avoid conflicts with library versions of inet_net_ntop() and friends.
Prefix inet_net_ntop and sibling routines with "pg_" to ensure thatthey aren't mistaken for C-library functions. This fixes warningsfrom cpluspluscheck on some platforms, and should help reduce readerconfusion everywhere, since our functions aren't exactly interchangeablewith the library versions (they may have different ideas about addressfamily codes).This shouldn't be fixing any actual bugs, unless somebody's linkeris misbehaving, so no need to back-patch.Discussion:https://postgr.es/m/20518.1559494394@sss.pgh.pa.us