diff options
author | Simon Riggs | 2015-05-15 02:02:54 +0000 |
---|---|---|
committer | Simon Riggs | 2015-05-15 02:02:54 +0000 |
commit | 83e176ec18d2a91dbea1d0d1bd94c38dc47cd77c (patch) | |
tree | 6c92ec7402b4ac14a585c41d960e35bd283a878b /src/backend/utils/misc/Makefile | |
parent | 5a3022fde018aca9b23b7f7506233b437d943de2 (diff) |
Separate block sampling functions
Refactoring ahead of tablesample patch
Requested and reviewed by Michael Paquier
Petr Jelinek
Diffstat (limited to 'src/backend/utils/misc/Makefile')
-rw-r--r-- | src/backend/utils/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/Makefile b/src/backend/utils/misc/Makefile index 378b77e0bc5..788910157de 100644 --- a/src/backend/utils/misc/Makefile +++ b/src/backend/utils/misc/Makefile @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) OBJS = guc.o help_config.o pg_rusage.o ps_status.o rls.o \ - superuser.o timeout.o tzparser.o + sampling.o superuser.o timeout.o tzparser.o # This location might depend on the installation directories. Therefore # we can't subsitute it into pg_config.h. |