#include "libpq-fe.h"
#include "pqexpbuffer.h"
Go to the source code of this file.
◆ libpq_gettext
◆ pglock_thread
◆ pgunlock_thread
◆ libpq_gettext_func
◆ PGTernaryBool
| Enumerator |
|---|
| PG_BOOL_UNKNOWN | |
| PG_BOOL_YES | |
| PG_BOOL_NO | |
Definition at line 31 of file oauth-utils.h.
◆ libpq_oauth_init()
◆ oauth_unsafe_debugging_enabled()
| bool oauth_unsafe_debugging_enabled |
( |
void |
| ) |
|
|
extern |
◆ pq_block_sigpipe()
Definition at line 105 of file oauth-utils.c.
106{
109
112
113
116 return -1;
117
118
120 {
121
123 return -1;
124
126 *sigpipe_pending = true;
127 else
128 *sigpipe_pending = false;
129 }
130 else
131 *sigpipe_pending = false;
132
133 return 0;
134}
#define SOCK_ERRNO_SET(e)
◆ pq_reset_sigpipe()
Definition at line 141 of file oauth-utils.c.
142{
146
147
148 if (got_epipe && !sigpipe_pending)
149 {
152 {
154
157
159 }
160 }
161
162
164
166}
◆ pg_g_threadlock