Skip to content

Commit c109320

Browse files
test
1 parent 1f4779d commit c109320

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/regress/expected/aggregates_optimizer.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,6 @@ group by f1;
15571557
select f2, count(*) from
15581558
t1 x(x0,x1) left join (t1 left join t2 using(f2)) on (x0 = 0)
15591559
group by f2;
1560-
INFO: GPORCA failed to produce a plan, falling back to Postgres-based planner
15611560
f2 | count
15621561
----+-------
15631562
(0 rows)
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
-- Test ldap
22
\! echo 'hostnossl all all 10.10.100.100/32 ldap ldapserver="abc.example.com" ldapbasedn="DC=COM" ldapbinddn="OU=Hosting,DC=COM" ldapbindpasswd="ldapbindpasswd111" ldapport=3268 ldaptls=1' >> $COORDINATOR_DATA_DIRECTORY/pg_hba.conf
33
select type,database,user_name,address,netmask,auth_method,options from pg_hba_file_rules where address = '10.10.100.100';
4-
type | database | user_name | address | netmask | auth_method | options
5-
------+----------+-----------+---------+---------+-------------+---------
6-
(0 rows)
4+
type | database | user_name | address | netmask | auth_method | options
5+
-----------+----------+-----------+---------------+-----------------+-------------+-------------------------------------------------------------------------------------------------------------------------------------------------------
6+
hostnossl | {all} | {all} | 10.10.100.100 | 255.255.255.255 | ldap | {ldapserver=abc.example.com,ldapport=3268,ldaptls=true,ldapbasedn=DC=COM,"ldapbinddn=OU=Hosting,DC=COM",ldapbindpasswd=ldapbindpasswd111,ldapscope=2}
7+
(1 row)
78

89
\! sed -i '$ d' $COORDINATOR_DATA_DIRECTORY/pg_hba.conf

0 commit comments

Comments
 (0)