Skip to content

Commit 59eb467

Browse files
author
Éric Lemoine
committed
Fix typo in a pcerror message
1 parent 33445f7 commit 59eb467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgsql/pc_pgsql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ pc_patch_uncompressed_deserialize(const SERIALIZED_PATCH *serpatch, const PCSCHE
796796
/* Calculate the point data buffer size */
797797
patch->datasize = VARSIZE(serpatch) - sizeof(SERIALIZED_PATCH) + 1 - stats_size;
798798
if ( patch->datasize != patch->npoints * schema->size )
799-
pcerror("%s: calucated patch data sizes don't match (%d != %d)", __func__, patch->datasize, patch->npoints * schema->size);
799+
pcerror("%s: calculated patch data sizes don't match (%d != %d)", __func__, patch->datasize, patch->npoints * schema->size);
800800

801801
return (PCPATCH*)patch;
802802
}

0 commit comments

Comments
 (0)