| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix memory allocation mistake |
| Date: | 2019-11-06 13:32:59 |
| Message-ID: | E1iSLQh-0006Tf-91@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)dalibo(dot)com>
Discussion: https://www.postgresql.org/message-id/20191105172918.3e32a446@firost
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/d213f3114d9901159b41cc72f9fd41c74bd2b2b6
Modified Files
--------------
src/backend/replication/logical/relation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-11-06 16:12:00 | pgsql: Sync our DTrace infrastructure with c.h's definition of type boo |
| Previous Message | Fujii Masao | 2019-11-06 09:49:49 | Re: pgsql: doc: Further clarify how recovery target parameters are applied |