File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ BBOBJS = \
44
44
bbstreamer_gzip.o \
45
45
bbstreamer_inject.o \
46
46
bbstreamer_lz4.o \
47
- bbstreamer_zstd .o \
48
- bbstreamer_tar .o
47
+ bbstreamer_tar .o \
48
+ bbstreamer_zstd .o
49
49
50
50
all : pg_basebackup pg_receivewal pg_recvlogical
51
51
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ OBJS_COMMON = \
83
83
84
84
ifeq ($(with_ssl ) ,openssl)
85
85
OBJS_COMMON += \
86
- protocol_openssl.o \
87
86
cryptohash_openssl.o \
88
- hmac_openssl.o
87
+ hmac_openssl.o \
88
+ protocol_openssl.o
89
89
else
90
90
OBJS_COMMON += \
91
91
cryptohash.o \
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ sub mkvcbuild
404
404
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_gzip.c' );
405
405
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_inject.c' );
406
406
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_lz4.c' );
407
- $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_zstd.c' );
408
407
$pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_tar.c' );
408
+ $pgbasebackup -> AddFile(' src/bin/pg_basebackup/bbstreamer_zstd.c' );
409
409
$pgbasebackup -> AddLibrary(' ws2_32.lib' );
410
410
411
411
my $pgreceivewal = AddSimpleFrontend(' pg_basebackup' , 1);
You can’t perform that action at this time.
0 commit comments