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

Commitbf9aa49

Browse files
committed
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
to make it easier to reuse that code. There is no user-visible changes.This is in preparation for the patch to add a new archive format, a directory,to perform a custom-like dump but with each table being dumped to a separatefile (that in turn is a prerequisite for parallel pg_dump). This also makes iteasier to add new compression methods in the future, and makes thepg_backup_custom.c code easier to read, when the compression-related code isfactored out.Joachim Wieland, with heavy editorialization by me.
1 parent225f0aa commitbf9aa49

File tree

5 files changed

+552
-293
lines changed

5 files changed

+552
-293
lines changed

‎src/bin/pg_dump/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
2020

2121
OBJS=pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o\
2222
pg_backup_files.o pg_backup_null.o pg_backup_tar.o\
23-
dumputils.o$(WIN32RES)
23+
dumputils.ocompress_io.o$(WIN32RES)
2424

2525
KEYWRDOBJS = keywords.o kwlookup.o
2626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp