PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mainloop.h
Go to the documentation of this file.
1/*
2 * psql - the PostgreSQL interactive terminal
3 *
4 * Copyright (c) 2000-2025, PostgreSQL Global Development Group
5 *
6 * src/bin/psql/mainloop.h
7 */
8#ifndef MAINLOOP_H
9#define MAINLOOP_H
10
11#include "fe_utils/psqlscan.h"
12
14
15extern int MainLoop(FILE *source);
16
17#endif /* MAINLOOP_H */
const PsqlScanCallbacks psqlscan_callbacks
Definition: mainloop.c:20
int MainLoop(FILE *source)
Definition: mainloop.c:33
static rewind_source * source
Definition: pg_rewind.c:89