Consistently use "superuser" instead of "super user"
[pgsql.git] / src / include / tcop / fastpath.h
blobc4d7a47dd72c71af5fb906f2f44eaab1b535f917
1 /*-------------------------------------------------------------------------
3 * fastpath.h
6 * Portions Copyright (c) 1996-2021, 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 */