Skip to content

Commit c5c7183

Browse files
committed
Remove useless unconstify() call
This should have been part of 67c0ef9 but was apparently forgotten there.
1 parent 37c6923 commit c5c7183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/compress_gzip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ WriteDataToArchiveGzip(ArchiveHandle *AH, CompressorState *cs,
154154
{
155155
GzipCompressorState *gzipcs = (GzipCompressorState *) cs->private_data;
156156

157-
gzipcs->zp->next_in = (void *) unconstify(void *, data);
157+
gzipcs->zp->next_in = data;
158158
gzipcs->zp->avail_in = dLen;
159159
DeflateCompressorCommon(AH, cs, false);
160160
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy