PostgreSQL Source Code git master
Functions
link-canary.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 

Function Documentation

pg_link_canary_is_frontend()

bool pg_link_canary_is_frontend ( void  )

Definition at line 29 of file link-canary.c.

30{
31#ifdef FRONTEND
32 return true;
33#else
34 return false;
35#endif
36}

Referenced by BootstrapModeMain(), and pqConnectDBStart().

AltStyle によって変換されたページ (->オリジナル) /