1.解决打开--with-readline选项问题;2.移植和调试命令补全功能

This commit is contained in:
RayH2020
2020-08-14 17:18:44 +08:00
committed by luozihao
parent 96d678765a
commit 39fbf2004a
2 changed files with 2377 additions and 22 deletions

View File

@ -16,8 +16,6 @@
*/
#define USE_READLINE 1
#include <editline/readline.h>
#ifdef HAVE_LIBREADLINE
#define USE_READLINE 1
@ -37,6 +35,8 @@
#include <history.h>
#endif
#endif /* HAVE_READLINE_READLINE_H, etc */
#else
#include <editline/readline.h>
#endif /* HAVE_LIBREADLINE */
#include "libpq/pqexpbuffer.h"

File diff suppressed because it is too large Load Diff