Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite996073

Browse files
committed
Introduce a generic pg_dump compression API
Switch pg_dump to use the Compression API, implemented bybf9aa49.The CompressFileHandle replaces the cfp* family of functions with astruct of callbacks for accessing (compressed) files. This allows addingnew compression methods simply by introducing a new struct instance withappropriate implementation of the callbacks.Archives compressed using custom compression methods store an identifierof the compression algorithm in their header instead of the compressionlevel. The header version is bumped.Author: Georgios KokolatosReviewed-by: Michael Paquier, Rachel Heaton, Justin Pryzby, Tomas VondraDiscussion:https://postgr.es/m/faUNEOpts9vunEaLnmxmG-DldLSg_ql137OC3JYDmgrOMHm1RvvWY2IdBkv_CRxm5spCCb_OmKNk2T03TMm0fBEWveFF9wA1WizPuAgB7Ss%3D%40protonmail.com
1 parent739f1d6 commite996073

16 files changed

+1050
-751
lines changed

‎src/bin/pg_dump/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ LDFLAGS_INTERNAL += -L$(top_builddir)/src/fe_utils -lpgfeutils $(libpq_pgport)
2424

2525
OBJS =\
2626
$(WIN32RES)\
27+
compress_gzip.o\
2728
compress_io.o\
29+
compress_none.o\
2830
dumputils.o\
2931
parallel.o\
3032
pg_backup_archiver.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp