Skip to content

Commit 81c59aa

Browse files
authored
Set EnablePgSyntax to false (#8857)
1 parent 33b9933 commit 81c59aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ message TFeatureFlags {
148148
optional bool EnableChangefeedsOnIndexTables = 134 [default = false];
149149
optional bool EnableResourcePoolsCounters = 135 [default = false];
150150
optional bool EnableOptionalColumnsInColumnShard = 136 [default = false];
151-
optional bool EnablePgSyntax = 139 [default = true];
151+
optional bool EnablePgSyntax = 139 [default = false];
152152
}

0 commit comments

Comments
 (0)