We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf191e7 commit 260d4d4Copy full SHA for 260d4d4
1 file changed
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 */
0 commit comments