aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-24 18:27:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-24 18:27:28 -0400
commitd65bea26a867e3bbd053bf87b985b0e113256414 (patch)
tree8fa168647280f88424cd536b6215ccf0ce469bb3 /src/bin/psql/common.c
parenta376960c8f8ec08783e1c529f36fbeb60236b378 (diff)
downloadpostgresql-d65bea26a867e3bbd053bf87b985b0e113256414.tar.gz
postgresql-d65bea26a867e3bbd053bf87b985b0e113256414.zip
Move psql's print.c and mbprint.c into src/fe_utils.
Just turning the crank ...
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r--src/bin/psql/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c
index 2b67a439da7..892058e9ac8 100644
--- a/src/bin/psql/common.c
+++ b/src/bin/psql/common.c
@@ -23,7 +23,7 @@
#include "settings.h"
#include "command.h"
#include "copy.h"
-#include "mbprint.h"
+#include "fe_utils/mbprint.h"
static bool ExecQueryUsingCursor(const char *query, double *elapsed_msec);