!152 解决gsql命令补齐问题&修复编译error

Merge pull request !152 from 罗梓浩/master
This commit is contained in:
opengauss-bot 2020-08-29 09:28:58 +08:00 committed by Gitee
commit 876784f519
2 changed files with 2240 additions and 406 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