Skip to content

Undo disarming VM check warning in vacuumlazy.c #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 156 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
156 commits
Select commit Hold shift + click to select a range
d49776a
[smgr_api] [community] smgr_api.patch
lubennikovaav May 16, 2021
497ae12
[contrib/zenith] contrib_zenith.patch
lubennikovaav May 16, 2021
0bea9e9
[walredo] zenith_wal_redo.patch
lubennikovaav May 16, 2021
eb463f0
lastWrittenPageLSN.patch
lubennikovaav May 16, 2021
db82549
Fix GetPage requests right after replaying CREATE DATABASE
hlinnaka May 21, 2021
712d53f
handle_eviction_of_non_wal_logged_pages.patch
lubennikovaav May 16, 2021
736487d
[walproposer] wal_proposer.patch
lubennikovaav May 16, 2021
1b994c3
persist_unlogged_tables.patch
lubennikovaav May 16, 2021
8d7a4ea
fix_pg_table_size.patch
lubennikovaav May 16, 2021
480a745
[walredo] fix_gin_redo.patch
lubennikovaav May 16, 2021
7f82995
[walredo] fix_brin_redo.patch
lubennikovaav May 16, 2021
a5e82cb
speculative_records_workaround.patch
lubennikovaav May 16, 2021
176878f
wallog_t_ctid.patch
lubennikovaav May 16, 2021
b67388f
vacuumlazy_debug_stub.patch
lubennikovaav May 16, 2021
497c6a1
[test] zenith_test_evict.patch
lubennikovaav May 16, 2021
0ad2d1c
fix_sequence_wallogging.patch
lubennikovaav May 16, 2021
bf5d710
Bring back change that got lost in refactoring. silence ReadBuffer_co…
lubennikovaav May 18, 2021
1c6a260
[contrib/zenith] [refer #225] if insert WAL position points at the en…
knizhnik Jun 7, 2021
45fad00
[walproposer] Create replication slot for walproposer to avoid loose …
knizhnik Jun 8, 2021
7589331
[walproposer] Skip absent WAL segment removed by pg_resetwal
lubennikovaav Aug 17, 2021
785854a
[walproposer] Fix breaking out of WalProposerPoll and WaitEventSetWai…
arssher Jun 11, 2021
960cb8c
[walproposer] Make it possible to start postgres without reading chec…
knizhnik Jun 17, 2021
4cdee32
[walproposer] Simplify WL_LATCH_SET testing in the walproposer
ololobus Jul 5, 2021
4595a2f
[walredo] Add basic support for Seccomp BPF mode
funbringer Jun 24, 2021
81735a8
[smgr_api] [contrib/zenith] 1. Do not call mdinit from smgrinit() bec…
knizhnik Jul 9, 2021
96b0212
[walproposer] [contrib/zenith] support zenith_tenant
LizardWizzard Jul 15, 2021
1da7f49
[walproposer] Remove graceful termination of COPY during walproposer …
arssher Aug 4, 2021
d84f93e
[walproposer] [contrib/zenith] [refer #395] Do no align sart replicat…
knizhnik Aug 9, 2021
f0aeb64
[test] Add contrib/zenith_test_utils with helpers for testing and deb…
lubennikovaav Aug 10, 2021
843ec86
[walproposer] Change condition for triggering recovery
knizhnik Aug 11, 2021
e1a2580
[contrib/zenith] Use authentication token passed as environment varia…
LizardWizzard Aug 4, 2021
f2579e8
[contrib/zenith] Fix race condition while WAL-logging page, leading t…
hlinnaka Aug 13, 2021
64b4cec
[walproposer] Rework walkeeper protocol to use libpq (#60)
sharnoff Aug 13, 2021
aad79ea
Build zenithdb/compute-node:latest in CI (zenithdb/console#125)
ololobus Aug 16, 2021
a35c8dd
zenith_regression_tests.patch
lubennikovaav Aug 23, 2021
cc6c1ca
Add test function to flush the shared buffer cache.
hlinnaka Aug 24, 2021
fe0f234
Basic safekeeper refactoring and bug fixing.
arssher Aug 17, 2021
2407a9c
Rename VCL to epochStartLsn and restart_lsn to truncate_lsn.
arssher Aug 27, 2021
5d2d491
[refer #27] Implement shared relsize cache to improve zenith performa…
knizhnik Aug 3, 2021
677b62a
Cleanup walproposer changes from #60
sharnoff Aug 31, 2021
e7df8a3
pass tenant id in connection string to safekeeper
LizardWizzard Aug 31, 2021
5dced7b
Ask pageserver only with LSN's aligned on record boundary.
kelvich Aug 31, 2021
2280729
[refer #506] Correctly initialize all fields of WAL page header for f…
knizhnik Sep 1, 2021
e6ce2f9
Add --sync-safekeepers starting standalone walproposer to sync safeke…
knizhnik Aug 19, 2021
7a37ace
Update Dockerfile
ololobus Aug 27, 2021
45bd48a
Fix compiler warnings in walproposer.c
ololobus Sep 10, 2021
44e6d6d
Always advance truncateLsn to commitLsn, keeping it on record boundary.
arssher Sep 9, 2021
22592b7
Minor logging editing.
arssher Sep 10, 2021
31f03e1
Fix walproposer starting streaming point.
arssher Sep 10, 2021
5d43dbc
Mark all recovery messages as received by the donor.
arssher Sep 14, 2021
cc14053
Don't FATAL in walproposer when EOF arrives in SS_IDLE state.
arssher Sep 14, 2021
c1f1b51
Optimize walproposer starting streaming point.
arssher Sep 15, 2021
698de74
Silence compiler warnings:
hlinnaka Sep 17, 2021
d240f2e
Remove unused functions for reading non-rel pages.
hlinnaka Sep 17, 2021
a122d30
Misc cleanup in the code that communicates with the page server.
hlinnaka Sep 17, 2021
3c2fe34
Improve the protocol between Postgres and page server.
hlinnaka Sep 17, 2021
f014b81
Run 'pgindent' on zenith-specific code in contrib/zenith and in walpr…
hlinnaka Sep 17, 2021
62b2d74
Fix a badly worded comment
hlinnaka Sep 20, 2021
56493b5
Simplify a2e929e by storing starting point in walkeeper itself.
arssher Sep 16, 2021
eb81d9e
Catch walkeeper ErrorResponse in PQgetCopyData
sharnoff Sep 22, 2021
1b4cb30
Use buffered I/O for reading commands from stdin.
hlinnaka Sep 24, 2021
e20c67f
Replace fread() with plain read() and a hand-written buffer.
hlinnaka Sep 30, 2021
7484d00
Store unlogged tables locally, and replace PD_WAL_LOGGED.
hlinnaka Oct 6, 2021
ddd3792
Fix queue cleanup in proposer (#93)
petuhovskiy Oct 14, 2021
c106d4f
Support read-only nodes
hlinnaka Oct 19, 2021
d40ea90
Remove a drop of syncSafekeepers complexity.
arssher Oct 21, 2021
df92cef
Fix compiler warning.
arssher Oct 21, 2021
c95c552
Implement backpressure for compute node to avoid WAL overflow
knizhnik Sep 18, 2021
353e66c
Initialize FSM/VM pages through buffer cache
ololobus Oct 19, 2021
f39a780
Turn off back pressure by default
ololobus Oct 21, 2021
7a3814b
ShutdownConnection instead of ResetConnection in more places.
arssher Oct 21, 2021
3158a3b
Handle partial writes to stdout in WAL redo process.
hlinnaka Nov 3, 2021
827f3f0
Handle keepalives while receiving WAL in recovery.
arssher Nov 8, 2021
4bd4f68
Fix truncateLsn update (#101)
petuhovskiy Nov 9, 2021
8168cd8
[walproposer] Get rid of SAB_Error after rebase
ololobus Nov 10, 2021
9324044
Add term history to safekeepers.
arssher Nov 5, 2021
0b538bc
Clarify the meaning of StandbyReply LSNs used for backpressure
lubennikovaav Nov 9, 2021
41fb2a4
Use max_replication_apply_lag instead of max_replication_write_lag.
lubennikovaav Nov 11, 2021
e52fd3b
Forward pageserver connection string to safekeeper
LizardWizzard Nov 25, 2021
990799d
Move backpressure throttling to ProcessInterrupts()
lubennikovaav Nov 26, 2021
5d5b1a2
Stop building docker images in this repo.
kelvich Dec 15, 2021
774187e
[walproposer] Async WAL append (#105)
petuhovskiy Dec 21, 2021
e9ac127
Fix walsender to work with zenith style standbyReply that sends non-z…
lubennikovaav Dec 22, 2021
cab155e
Do not copy the obsolete apply_conf binary into Docker image
ololobus Dec 25, 2021
1cddde5
Reorder walproposer code in a more natural order (#112)
petuhovskiy Dec 31, 2021
c2a29ee
Simplify walproposer code (#114)
petuhovskiy Jan 4, 2022
69b7529
Don't change propTerm after quorum is acquired (#107)
petuhovskiy Jan 4, 2022
8ebe570
walproposer renames (#116)
petuhovskiy Jan 5, 2022
d36e6aa
Report back-pressure trottling status of backend
knizhnik Dec 29, 2021
9877c5f
Add max_replication_write_lag
knizhnik Dec 29, 2021
7d5b2a6
Do not throttle wal sender
knizhnik Jan 10, 2022
6863e08
Don't track acks in walproposer (#119)
petuhovskiy Jan 13, 2022
ccfb72a
Silence excessively noisy logging from walproposer.
hlinnaka Jan 14, 2022
5671fba
Extend replication protocol with ZenithFeedback message.
lubennikovaav Dec 20, 2021
495e413
Allow to join empty safekeeper to existing cluster (#123)
petuhovskiy Jan 27, 2022
4708987
Use local relation cache for smgr_exists
knizhnik Dec 29, 2021
04af533
Reduce walproposer logging after ca5e7beaf.
arssher Feb 4, 2022
f2aad65
Implement cluster size quota for zenith compute node.
lubennikovaav Dec 20, 2021
98475d3
Revert "Use local relation cache for smgr_exists"
arssher Feb 9, 2022
ff50910
Change the unit of cluster size limit GUC to MB, and other fixes.
hlinnaka Feb 9, 2022
c1649a2
Improve error handling while connecting to page server.
hlinnaka Feb 9, 2022
ae5f3d5
Make getpage requests interruptible.
hlinnaka Feb 9, 2022
51ab60b
Fix memory leak of messages received from safekeepers.
hlinnaka Feb 10, 2022
0a0d25d
Initialize pgxactoff for walproposer
knizhnik Feb 11, 2022
cb9a942
Fix compilation warning after 8524105dc.
arssher Feb 14, 2022
afac0e8
Fix more compiler warnings.
arssher Feb 14, 2022
024b4c7
Remove dead code in handling ZenithFeedback part of an AppendResponse.
hlinnaka Feb 16, 2022
8ee7462
Prevent recursive call of XLogBeginInsert
knizhnik Dec 24, 2021
b29ad07
Update src/backend/access/gin/ginfast.c
knizhnik Feb 16, 2022
93fc1d8
Expose reading a relation page at a specific LSN (#131)
antons-antons Feb 18, 2022
c62b6b7
Add backpressure_lsns() function. Fix zenith feedback processing
lubennikovaav Feb 17, 2022
2e7775f
Fix zenith_test_utils linkage on macOS
kelvich Feb 23, 2022
2893db3
Add warning fr unrecgonized GUCs with zenith prefix
knizhnik Feb 21, 2022
2d2c207
Count WAL flushes in walreceiver (#139)
petuhovskiy Mar 8, 2022
e166fc8
Use local relation cache for smgr_exists
knizhnik Dec 29, 2021
9af3e75
Populate relsize cache when relation is created.
hlinnaka Mar 10, 2022
bb15da1
Fix pg_table_size() on a view
hlinnaka Mar 28, 2022
7b2c52b
Don't set commitLsn to truncateLsn.
arssher Mar 28, 2022
133ccb2
Raise fatal error on failed recovery (#147)
petuhovskiy Mar 31, 2022
e4678ba
Enable dumping corrupt WAL segments (#145)
antons-antons Apr 1, 2022
7f2e701
Don't hold walproposer WAL in memory (#141)
petuhovskiy Apr 4, 2022
08303a3
Add --sysid parameter to initdb
knizhnik Jan 27, 2022
2095bdf
Give up connection attempt to safekeeper after timeout.
arssher Apr 15, 2022
ab2bbb2
Avoid redundand memory allocation and sycnhronization in walredo (#144)
knizhnik Apr 23, 2022
9f8eb34
Fix missed include for InRecovery (#149)
knizhnik Apr 25, 2022
eafc1f4
Avoid "bad syscall 39" on assertion failure in WAL redo process.
hlinnaka Apr 26, 2022
4f588b2
Add error context, if replaying a WAL record fails in WAL redo process.
hlinnaka Apr 26, 2022
8cf8b4c
Add WARNING for debugging purposes.
hlinnaka Apr 26, 2022
c36cd66
Turn Assertion into elog(ERROR), to help with debugging.
hlinnaka Apr 26, 2022
ebbcdbb
Fix errors in WAL redo about relpersistence mismatch.
hlinnaka Apr 26, 2022
d2a4cb0
Don't log 'last written LSN ahead of flushed'.
arssher Apr 26, 2022
f4611aa
Perform inmem_smgr cleaup after processing each record (#154)
knizhnik Apr 27, 2022
63c0b04
Avoid extending relation in the WAL redo process.
hlinnaka May 3, 2022
ff333ae
Send timeline_start_lsn in Elected and receive it in VoteResponse mes…
arssher May 1, 2022
ff41b70
Verify basebackup LSN against consensus LSN in walproposer.
arssher May 2, 2022
f7ab7b5
Implement pg_database_size():
lubennikovaav Jul 23, 2021
88cd1c4
Shut down instance on basebackup LSN mismatch.
arssher May 6, 2022
46a03a3
Use compute-tools from the new neondatabase Docker Hub repo
ololobus May 9, 2022
f9fb5eb
zenith_test_utils extension: add neon_xlogflush()
yeputons May 10, 2022
6b3a105
Reduce noise in the logs from inmem_write()
hlinnaka May 13, 2022
17142a1
Use compute_ctl instead of zenith_ctl (#162)
ololobus May 18, 2022
4a6a1e0
Improve error messages on seccomp loading errors.
hlinnaka May 24, 2022
55644db
Rename contrib/zenith to contrib/neon. Rename custom GUCs:
lubennikovaav May 26, 2022
25e4321
Rename 'wal_acceptors' GUC to 'safekeepers'
lubennikovaav Apr 19, 2022
ee26890
Fix basebackup LSN comparison in walproposer.
arssher May 31, 2022
493c8d2
Allow specifiyng the different compute-tools tag (#170)
ololobus May 31, 2022
a9714fe
Do not allocate shared memory for wal_redo process (#165)
knizhnik Jun 6, 2022
eace46e
Add check for NULL for malloc in InternalIpcMemoryCreate (#173)
knizhnik Jun 8, 2022
0019c01
Rename ZenithFeedback (#174)
SomeoneToIgnore Jun 10, 2022
b41fbe6
Remove callmemaybe bits from compute (#172)
SomeoneToIgnore Jun 10, 2022
4e3ab45
Panic on receiving higher term (#176)
petuhovskiy Jun 22, 2022
9c99008
Misc cleanup in libpagestore.c.
hlinnaka May 16, 2022
595ac69
Large last written lsn cache (#177)
knizhnik Jul 9, 2022
db67809
Add uuid-ossp to the supported extensions (#181)
MMeent Jul 12, 2022
7517d1c
Update last written LSN for gin/gist index metadata (#182)
knizhnik Jul 19, 2022
ae6d46a
Undo diasming VM check warning in vacuumlazy.c
knizhnik Jul 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.git
.vscode
.circleci
tmp_install
compute_build
73 changes: 73 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Allow specifiyng the different compute-tools tag, so we were able to always use
# the locally built image.
ARG COMPUTE_TOOLS_TAG=latest

#
# Image with pre-built tools
#
FROM neondatabase/compute-tools:$COMPUTE_TOOLS_TAG AS compute-deps
# Only to get ready compute_ctl binary as deppendency

#
# Image with Postgres build deps
#
FROM debian:buster-slim AS build-deps

RUN apt-get update && apt-get -yq install automake libtool build-essential bison flex libreadline-dev zlib1g-dev libxml2-dev \
libcurl4-openssl-dev libossp-uuid-dev

#
# Image with built Postgres
#
FROM build-deps AS pg-build

# Add user postgres
RUN adduser postgres
RUN mkdir /pg && chown postgres:postgres /pg

# Copy source files
COPY . /pg/

# Build and install Postgres locally
RUN mkdir /pg/compute_build && cd /pg/compute_build && \
../configure CFLAGS='-O2 -g3' --prefix=$(pwd)/postgres_bin --enable-debug --enable-uuid=ossp && \
# Install main binaries and contribs
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s install && \
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C contrib/ install && \
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C contrib/neon install && \
# Install headers
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C src/include install

USER postgres
WORKDIR /pg

#
# Final compute node image to be exported
#
FROM debian:buster-slim

# libreadline-dev is required to run psql
RUN apt-get update && apt-get -yq install libreadline-dev

# Add user postgres
RUN mkdir /var/db && useradd -m -d /var/db/postgres postgres && \
echo "postgres:test_console_pass" | chpasswd && \
mkdir /var/db/postgres/compute && mkdir /var/db/postgres/specs && \
chown -R postgres:postgres /var/db/postgres && \
chmod 0750 /var/db/postgres/compute

# Copy ready Postgres binaries
COPY --from=pg-build /pg/compute_build/postgres_bin /usr/local

# Copy binaries from compute-tools
COPY --from=compute-deps /usr/local/bin/compute_ctl /usr/local/bin/compute_ctl

# XXX: temporary symlink for compatibility with old control-plane
RUN ln -s /usr/local/bin/compute_ctl /usr/local/bin/zenith_ctl

# Add postgres shared objects to the search path
RUN echo '/usr/local/lib' >> /etc/ld.so.conf && /sbin/ldconfig

USER postgres

ENTRYPOINT ["/usr/local/bin/compute_ctl"]
86 changes: 86 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ with_libxml
with_uuid
with_readline
with_systemd
with_libseccomp
with_selinux
with_ldap
with_krb_srvnam
Expand Down Expand Up @@ -858,6 +859,7 @@ with_bsd_auth
with_ldap
with_bonjour
with_selinux
with_libseccomp
with_systemd
with_readline
with_libedit_preferred
Expand Down Expand Up @@ -1564,6 +1566,7 @@ Optional Packages:
--with-ldap build with LDAP support
--with-bonjour build with Bonjour support
--with-selinux build with SELinux support
--with-libseccomp build with libseccomp support
--with-systemd build with systemd support
--without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred
Expand Down Expand Up @@ -8428,6 +8431,39 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_selinux" >&5
$as_echo "$with_selinux" >&6; }

#
# libseccomp
#
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build with libseccomp support" >&5
$as_echo_n "checking whether to build with libseccomp support... " >&6; }



# Check whether --with-libseccomp was given.
if test "${with_libseccomp+set}" = set; then :
withval=$with_libseccomp;
case $withval in
yes)
:
;;
no)
:
;;
*)
as_fn_error $? "no argument expected for --with-libseccomp option" "$LINENO" 5
;;
esac

else
with_libseccomp=no

fi



{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libseccomp" >&5
$as_echo "$with_libseccomp" >&6; }

#
# Systemd
#
Expand Down Expand Up @@ -14068,6 +14104,56 @@ else
fi


fi

if test "$with_libseccomp" = yes ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for seccomp_init in -lseccomp" >&5
$as_echo_n "checking for seccomp_init in -lseccomp... " >&6; }
if ${ac_cv_lib_seccomp_seccomp_init+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lseccomp $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char seccomp_init ();
int
main ()
{
return seccomp_init ();
;
return 0;
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
ac_cv_lib_seccomp_seccomp_init=yes
else
ac_cv_lib_seccomp_seccomp_init=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_seccomp_seccomp_init" >&5
$as_echo "$ac_cv_lib_seccomp_seccomp_init" >&6; }
if test "x$ac_cv_lib_seccomp_seccomp_init" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBSECCOMP 1
_ACEOF

LIBS="-lseccomp $LIBS"

else
as_fn_error $? "library 'libseccomp' is required for Seccomp BPF support" "$LINENO" 5
fi

fi

# for contrib/uuid-ossp
Expand Down
13 changes: 13 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,14 @@ PGAC_ARG_BOOL(with, selinux, no, [build with SELinux support])
AC_SUBST(with_selinux)
AC_MSG_RESULT([$with_selinux])

#
# libseccomp
#
AC_MSG_CHECKING([whether to build with libseccomp support])
PGAC_ARG_BOOL(with, libseccomp, no, [build with libseccomp support])
AC_SUBST(with_libseccomp)
AC_MSG_RESULT([$with_libseccomp])

#
# Systemd
#
Expand Down Expand Up @@ -1549,6 +1557,11 @@ dnl If you want to use Apple's own Bonjour code on another platform,
dnl just add -ldns_sd to LIBS manually.
fi

if test "$with_libseccomp" = yes ; then
AC_CHECK_LIB(seccomp, seccomp_init, [],
[AC_MSG_ERROR([library 'libseccomp' is required for Seccomp BPF support])])
fi

# for contrib/uuid-ossp
if test "$with_uuid" = bsd ; then
AC_CHECK_HEADERS(uuid.h,
Expand Down
26 changes: 26 additions & 0 deletions contrib/neon/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# contrib/neon/Makefile


MODULE_big = neon
OBJS = \
$(WIN32RES) \
inmem_smgr.o libpagestore.o pagestore_smgr.o relsize_cache.o neon.o

PG_CPPFLAGS = -I$(libpq_srcdir)
SHLIB_LINK_INTERNAL = $(libpq)

EXTENSION = neon
DATA = neon--1.0.sql
PGFILEDESC = "neon - cloud storage for PostgreSQL"

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
SHLIB_PREREQS = submake-libpq
subdir = contrib/neon
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
Loading