OSDN Git Service

Add LD option --build-id only at RPM-build time
[pghintplan/pg_hint_plan.git] / normalize_query.h
1 /*-------------------------------------------------------------------------
2  *
3  * normalize_query.h
4  *              Normalize query string.
5  *
6  * This header file is created from pg_stat_statements.c to implement
7  * normalization of query string.
8  *
9  * Portions Copyright (c) 2008-2020, PostgreSQL Global Development Group
10  */
11 #ifndef NORMALIZE_QUERY_H
12 #define NORMALIZE_QUERY_H
13
14 static char *
15 generate_normalized_query(JumbleState *jstate, const char *query,
16                                                   int query_loc, int *query_len_p);
17 #endif  /* NORMALIZE_QUERY_H */