Skip to content

Commit 91ac422

Browse files
committed
Use consistent type
1 parent fdf086c commit 91ac422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/port/_optimized/buffer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ p_new(PyTypeObject *subtype, PyObject *args, PyObject *kw)
100100
static char
101101
p_at_least(struct p_place *p, uint32_t amount)
102102
{
103-
int32_t current = 0;
103+
uint32_t current = 0;
104104
struct p_list *pl;
105105

106106
pl = p->list;

0 commit comments

Comments
 (0)