Add data for WAL in pg_stat_io and backend statistics
[pgsql.git] / src / include / tcop / fastpath.h
blob3a94ec4f8a6aebc5a0a5b62a6d5505cf391ac158
1 /*-------------------------------------------------------------------------
3 * fastpath.h
6 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * src/include/tcop/fastpath.h
11 *-------------------------------------------------------------------------
13 #ifndef FASTPATH_H
14 #define FASTPATH_H
16 #include "lib/stringinfo.h"
18 extern void HandleFunctionRequest(StringInfo msgBuf);
20 #endif /* FASTPATH_H */