Home
last modified time | relevance | path

Searched refs:pq_mq_handle (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle;
54 pq_mq_handle = mqh;
67 pq_mq_handle = NULL;
131 if (pq_mq_handle != NULL)
132 shm_mq_detach(pq_mq_handle);
133 pq_mq_handle = NULL;
143 if (pq_mq_handle == NULL)
153 Assert(pq_mq_handle != NULL);
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
54 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
67 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
131 if (pq_mq_handle != NULL) in mq_putmessage()
132 shm_mq_detach(pq_mq_handle); in mq_putmessage()
133 pq_mq_handle = NULL; in mq_putmessage()
143 if (pq_mq_handle == NULL) in mq_putmessage()
153 Assert(pq_mq_handle != NULL); in mq_putmessage()
157 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle;
58 pq_mq_handle = mqh;
71 pq_mq_handle = NULL;
135 if (pq_mq_handle != NULL)
136 shm_mq_detach(pq_mq_handle);
137 pq_mq_handle = NULL;
147 if (pq_mq_handle == NULL)
157 Assert(pq_mq_handle != NULL);
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle; variable
58 pq_mq_handle = mqh; in pq_redirect_to_shm_mq()
71 pq_mq_handle = NULL; in pq_cleanup_redirect_to_shm_mq()
135 if (pq_mq_handle != NULL) in mq_putmessage()
136 shm_mq_detach(pq_mq_handle); in mq_putmessage()
137 pq_mq_handle = NULL; in mq_putmessage()
147 if (pq_mq_handle == NULL) in mq_putmessage()
157 Assert(pq_mq_handle != NULL); in mq_putmessage()
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true); in mq_putmessage()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/libpq/
H A Dpqmq.c24 static shm_mq_handle *pq_mq_handle;
58 pq_mq_handle = mqh;
71 pq_mq_handle = NULL;
135 if (pq_mq_handle != NULL)
136 shm_mq_detach(pq_mq_handle);
137 pq_mq_handle = NULL;
147 if (pq_mq_handle == NULL)
157 Assert(pq_mq_handle != NULL);
161 result = shm_mq_sendv(pq_mq_handle, iov, 2, true);

12