pgsql: Fix memory allocation mistake
Started by Peter Eisentrautover 6 years ago1 messagescomitters
Fix memory allocation mistake
The previous code was allocating more memory than necessary because
the formula used the wrong data type.
Reported-by: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Discussion: /messages/by-id/20191105172918.3e32a446@firost
Branch
------
REL_10_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/a5b95016af918c0b147bb21bb52357b45f0376e9
Modified Files
--------------
src/backend/replication/logical/relation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)