mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Per "clang -Wmissing-variable-declarations" output, posted by Andres Freund. I didn't silence all those warnings, though, only the most obvious cases.
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
#include "utils/datum.h"
|
||||
#include "utils/memutils.h"
|
||||
|
||||
/* GUC parameter */
|
||||
int GinFuzzySearchLimit = 0;
|
||||
|
||||
typedef struct pendingPosition
|
||||
{
|
||||
|
Reference in New Issue
Block a user