We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf191e7 + e24e486 commit 1cd1b44Copy full SHA for 1cd1b44
postgresql/port/_optimized/buffer.c
@@ -587,7 +587,7 @@ PyTypeObject pq_message_stream_Type = {
587
sizeof(struct p_buffer), /* tp_basicsize */
588
0, /* tp_itemsize */
589
p_dealloc, /* tp_dealloc */
590
- NULL, /* tp_print */
+ 0, /* tp_print */
591
NULL, /* tp_getattr */
592
NULL, /* tp_setattr */
593
NULL, /* tp_compare */
postgresql/port/_optimized/wirestate.c
@@ -248,7 +248,7 @@ PyTypeObject WireState_Type = {
248
sizeof(struct wirestate), /* tp_basicsize */
249
250
ws_dealloc, /* tp_dealloc */
251
252
253
254
0 commit comments