pgsql: Add missing break out seqscan loop in logical replication

2020-02-03 Thread Alvaro Herrera
Add missing break out seqscan loop in logical replication When replica identity is FULL (an admittedly unusual case), the loop that searches for tuples in execReplication.c didn't stop scanning the table when once a matching tuple was found. Add the missing 'break'. Note slight behavior change:

pgsql: Add missing break out seqscan loop in logical replication

2020-02-03 Thread Alvaro Herrera
Add missing break out seqscan loop in logical replication When replica identity is FULL (an admittedly unusual case), the loop that searches for tuples in execReplication.c didn't stop scanning the table when once a matching tuple was found. Add the missing 'break'. Note slight behavior change:

pgsql: Add missing break out seqscan loop in logical replication

2020-02-03 Thread Alvaro Herrera
Add missing break out seqscan loop in logical replication When replica identity is FULL (an admittedly unusual case), the loop that searches for tuples in execReplication.c didn't stop scanning the table when once a matching tuple was found. Add the missing 'break'. Note slight behavior change:

pgsql: Add missing break out seqscan loop in logical replication

2020-02-03 Thread Alvaro Herrera
Add missing break out seqscan loop in logical replication When replica identity is FULL (an admittedly unusual case), the loop that searches for tuples in execReplication.c didn't stop scanning the table when once a matching tuple was found. Add the missing 'break'. Note slight behavior change: