- Notifications
You must be signed in to change notification settings - Fork27
Commit2aeee15
PGPRO-5826: fix build for PostgreSQL 14.1
The previous code did not work for PostgreSQL 14.1 because the signature of thefunction shm_mq_send was changed only in PostgreSQL 15devel which hasPG_VERSION_NUM = 150000.1 parentdd68597 commit2aeee15
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments
Comments
(0)