pgsql: tests: Use the right Perl operator

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: tests: Use the right Perl operator
Date: 2017-01-20 18:04:41
Message-ID: E1cUdYH-0007oa-47@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

tests: Use the right Perl operator

We were using != to compare strings, for which "ne" is the right thing.
It's not clear why it works everywhere except on Pavan's machine, but
it's clearly bogus anyway.

Author and reporter: Pavan Deolasee
Discussion: https://postgr.es/m/CABOikdPhsHM+pX8skoEY1_T0OtKdO1udzUj4VCjU5VEt+bj4eA@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a600ee9e3fcc43d4497d18d837f1e86148ca7580

Modified Files
--------------
src/test/modules/commit_ts/t/004_restart.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-01-20 19:45:48 pgsql: Record dependencies on owners for logical replication objects
Previous Message Tom Lane 2017-01-20 17:51:40 pgsql: Try to fix non-MSVC Windows builds in the wake of logical replic