Add error pattern checks for some TAP tests for non-existing objects
[pgsql.git] / src / bin / psql / mainloop.h
blob075bbfed41b4f0819f8a4aa3f3fbaa09d27e67ac
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2025, PostgreSQL Global Development Group
6 * src/bin/psql/mainloop.h
7 */
8 #ifndef MAINLOOP_H
9 #define MAINLOOP_H
11 #include "fe_utils/psqlscan.h"
13 extern const PsqlScanCallbacks psqlscan_callbacks;
15 extern int MainLoop(FILE *source);
17 #endif /* MAINLOOP_H */