Skip to content

Commit e24e486

Browse files
authored
wirestate.c: Fix incompatible pointer to integer conversion
Part 2 of 2 changes
1 parent 260d4d4 commit e24e486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/port/_optimized/wirestate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ PyTypeObject WireState_Type = {
248248
sizeof(struct wirestate), /* tp_basicsize */
249249
0, /* tp_itemsize */
250250
ws_dealloc, /* tp_dealloc */
251-
NULL, /* tp_print */
251+
0, /* tp_print */
252252
NULL, /* tp_getattr */
253253
NULL, /* tp_setattr */
254254
NULL, /* tp_compare */

0 commit comments

Comments
 (0)