We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260d4d4 commit e24e486Copy full SHA for e24e486
1 file changed
postgresql/port/_optimized/wirestate.c
@@ -248,7 +248,7 @@ PyTypeObject WireState_Type = {
248
sizeof(struct wirestate), /* tp_basicsize */
249
0, /* tp_itemsize */
250
ws_dealloc, /* tp_dealloc */
251
- NULL, /* tp_print */
+ 0, /* tp_print */
252
NULL, /* tp_getattr */
253
NULL, /* tp_setattr */
254
NULL, /* tp_compare */
0 commit comments