#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()
◆ pq_block_sigpipe()
Definition at line 94 of file oauth-utils.c.
95{
98
101
102
105 return -1;
106
107
109 {
110
112 return -1;
113
115 *sigpipe_pending = true;
116 else
117 *sigpipe_pending = false;
118 }
119 else
120 *sigpipe_pending = false;
121
122 return 0;
123}
#define SOCK_ERRNO_SET(e)
◆ pq_reset_sigpipe()
Definition at line 130 of file oauth-utils.c.
131{
135
136
137 if (got_epipe && !sigpipe_pending)
138 {
141 {
143
146
148 }
149 }
150
151
153
155}
◆ pg_g_threadlock