mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Fixed psql variables vs array syntax, as well as minor psql enhancements
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
#define MAINLOOP_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include "settings.h"
|
||||
|
||||
int
|
||||
MainLoop(PsqlSettings *pset, FILE *source);
|
||||
int MainLoop(FILE *source);
|
||||
|
||||
#endif /* MAINLOOP_H */
|
||||
|
||||
Reference in New Issue
Block a user