Skip to content

Commit

Permalink
pgwire: add tests for multiple active portals
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
ZhouXing19 committed Apr 7, 2023
1 parent 3d20ce5 commit 789c2cd
Show file tree
Hide file tree
Showing 4 changed files with 1,282 additions and 123 deletions.
4 changes: 1 addition & 3 deletions pkg/sql/logictest/testdata/logic_test/information_schema
Original file line number Diff line number Diff line change
Expand Up @@ -5169,7 +5169,7 @@ WHERE
'use_declarative_schema_changer',
'distsql_workmem',
'copy_fast_path_enabled',
'direct_columnar_scans_enabled'
'direct_columnar_scans_enabled',
'multiple_active_portals_enabled'
);
----
Expand Down Expand Up @@ -5203,7 +5203,6 @@ default_transaction_read_only off
default_transaction_use_follower_reads off
default_with_oids off
descriptor_validation on
direct_columnar_scans_enabled on
disable_drop_tenant off
disable_hoist_projection_in_join_limitation off
disable_partially_distributed_plans off
Expand Down Expand Up @@ -5262,7 +5261,6 @@ lock_timeout 0
log_timezone UTC
max_identifier_length 128
max_index_keys 32
multiple_active_portals_enabled off
node_id 1
null_ordered_last off
on_update_rehome_row_enabled on
Expand Down
Loading

0 comments on commit 789c2cd

Please sign in to comment.