# Checking port 56409
# Found port 56409
Name: publisher
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/archives
Connection string: port=56409 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata
### Starting node "publisher"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher.log -o --cluster-name=publisher start
waiting for server to start.... done
server started
# Postmaster PID for node "publisher" is 23003540
# Checking port 56410
# Found port 56410
Name: subscriber
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/archives
Connection string: port=56410 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_subscriber.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata
### Starting node "subscriber"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_subscriber.log -o --cluster-name=subscriber start
waiting for server to start.... done
server started
# Postmaster PID for node "subscriber" is 48759262
#### Begin standard error
psql:<stdin>:1: NOTICE:  created replication slot "sub1" on publisher
#### End standard error
Waiting for replication conn sub1's replay_lsn to pass 0/14F09E8 on publisher
done
Waiting for replication conn sub1's replay_lsn to pass 0/14F0AF8 on publisher
done
ok 1 - index predicates do not cause crash
### Stopping node "publisher" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "publisher"
### Stopping node "subscriber" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "subscriber"
# Checking port 56411
# Found port 56411
Name: publisher2
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/archives
Connection string: port=56411 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher2.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata
### Starting node "publisher2"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher2.log -o --cluster-name=publisher2 start
waiting for server to start.... done
server started
# Postmaster PID for node "publisher2" is 48759274
ok 2 - update to temporary table without replica identity with FOR ALL TABLES publication
ok 3 - update to unlogged table without replica identity with FOR ALL TABLES publication
### Stopping node "publisher2" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher2_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "publisher2"
# Checking port 56412
# Found port 56412
Name: twoways
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/archives
Connection string: port=56412 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_twoways.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata
### Starting node "twoways"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_twoways.log -o --cluster-name=twoways start
waiting for server to start.... done
server started
# Postmaster PID for node "twoways" is 57344388
Waiting for replication conn testsub's replay_lsn to pass 0/1D9E000 on twoways
done
ok 4 - 2x3000 rows in t
ok 5 - 2x3000 rows in t2
# Checking port 56413
# Found port 56413
Name: testpublisher1
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/archives
Connection string: port=56413 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testpublisher1.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata
### Starting node "testpublisher1"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testpublisher1.log -o --cluster-name=testpublisher1 start
waiting for server to start.... done
server started
# Postmaster PID for node "testpublisher1" is 56688952
# Checking port 56414
# Found port 56414
Name: testpublisher_subscriber
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/archives
Connection string: port=56414 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testpublisher_subscriber.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata
### Starting node "testpublisher_subscriber"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testpublisher_subscriber.log -o --cluster-name=testpublisher_subscriber start
waiting for server to start.... done
server started
# Postmaster PID for node "testpublisher_subscriber" is 23265638
# Checking port 56415
# Found port 56415
Name: testsubscriber1
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/archives
Connection string: port=56415 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testsubscriber1.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata
### Starting node "testsubscriber1"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_testsubscriber1.log -o --cluster-name=testsubscriber1 start
waiting for server to start.... done
server started
# Postmaster PID for node "testsubscriber1" is 39715194
#### Begin standard error
psql:<stdin>:1: NOTICE:  created replication slot "testsub2" on publisher
#### End standard error
#### Begin standard error
psql:<stdin>:1: NOTICE:  created replication slot "testsub1" on publisher
#### End standard error
Waiting for replication conn testsub1's replay_lsn to pass 0/14E1C20 on testpublisher1
done
Waiting for replication conn testsub2's replay_lsn to pass 0/14E2A50 on testpublisher_subscriber
done
#### Begin standard error
psql:<stdin>:1: NOTICE:  dropped replication slot "testsub1" on publisher
#### End standard error
#### Begin standard error
psql:<stdin>:1: NOTICE:  dropped replication slot "testsub2" on publisher
#### End standard error
### Stopping node "testpublisher1" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher1_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "testpublisher1"
### Stopping node "testpublisher_subscriber" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testpublisher_subscriber_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "testpublisher_subscriber"
### Stopping node "testsubscriber1" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_testsubscriber1_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "testsubscriber1"
# Checking port 56416
# Found port 56416
Name: publisher3
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/archives
Connection string: port=56416 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher3.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata
### Starting node "publisher3"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_publisher3.log -o --cluster-name=publisher3 start
waiting for server to start.... done
server started
# Postmaster PID for node "publisher3" is 58130770
# Checking port 56417
# Found port 56417
Name: subscriber3
Data directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata
Backup directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/backup
Archive directory: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/archives
Connection string: port=56417 host=/tmp/BYPXbzJKE7
Log file: /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_subscriber3.log
# Running: initdb -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata -A trust -N
The files belonging to this database system will be owned by user "nm".
This user must also own the server process.

The database cluster will be initialized with this locale configuration:
  provider:    libc
  LC_COLLATE:  en_US
  LC_CTYPE:    en_US
  LC_MESSAGES: C
  LC_MONETARY: en_US
  LC_NUMERIC:  en_US
  LC_TIME:     en_US
The default database encoding has accordingly been set to "LATIN1".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... CUT0
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok

Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.

Success. You can now start the database server using:

    pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata -l logfile start

# Running: /home/nm/src/pg/postgresql/src/test/subscription/../../../src/test/regress/pg_regress --config-auth /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata
### Starting node "subscriber3"
# Running: pg_ctl -w -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata -l /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/log/100_bugs_subscriber3.log -o --cluster-name=subscriber3 start
waiting for server to start.... done
server started
# Postmaster PID for node "subscriber3" is 5112550
#### Begin standard error
psql:<stdin>:1: NOTICE:  created replication slot "tap_sub" on publisher
#### End standard error
Waiting for replication conn tap_sub's replay_lsn to pass 0/14EBFE8 on publisher3
done
ok 6 - check initial data on subscriber
Waiting for replication conn tap_sub's replay_lsn to pass 0/14EC470 on publisher3
done
ok 7 - update works with REPLICA IDENTITY
### Stopping node "publisher3" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_publisher3_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "publisher3"
### Stopping node "subscriber3" using mode fast
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_subscriber3_data/pgdata -m fast stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "subscriber3"
1..7
### Stopping node "twoways" using mode immediate
# Running: pg_ctl -D /home/nm/src/pg/postgresql/src/test/subscription/tmp_check/t_100_bugs_twoways_data/pgdata -m immediate stop
waiting for server to shut down.... done
server stopped
# No postmaster PID for node "twoways"
