]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/command.c
Split psql's lexer into two separate .l files for SQL and backslash cases.
[postgresql] / src / bin / psql / command.c
index 9750a5be3a518f2466e94812f03b7bca0510cdfc..eef6e4bd0bd0ef4dbb044e863815eebc0832bb4f 100644 (file)
@@ -45,7 +45,7 @@
 #include "large_obj.h"
 #include "mainloop.h"
 #include "print.h"
-#include "psqlscan.h"
+#include "psqlscanslash.h"
 #include "settings.h"
 #include "variables.h"