Fix mistype include/exclude. Per Pavel Saphonov.
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 18 Oct 2021 16:06:22 +0000 (19:06 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 18 Oct 2021 16:06:22 +0000 (19:06 +0300)
online_analyze.c

index f5a36e5..8660a34 100644 (file)
@@ -286,7 +286,7 @@ includeTablesCheck(char **newval, void **extra, GucSource source)
 static void
 includeTablesAssign(const char *newval, void *extra)
 {
-       tableListAssign(newval, true, &excludeTables);
+       tableListAssign(newval, true, &includeTables);
 }
 
 #else /* PG_VERSION_NUM < 90100 */