mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in test file name added in commit 4909b38af0.
				
					
				
			Author: Shlok Kyal <shlok.kyal.oss@gmail.com> Backpatch-through: 13 Discussion: https://postgr.es/m/CANhcyEXsObdjkjxEnq10aJumDpa5J6aiPzgTh_w4KCWRYHLw6Q@mail.gmail.com
This commit is contained in:
		@@ -9,7 +9,7 @@ REGRESS = ddl xact rewrite toast permissions decoding_in_xact \
 | 
				
			|||||||
ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml \
 | 
					ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml \
 | 
				
			||||||
	oldest_xmin snapshot_transfer subxact_without_top concurrent_stream \
 | 
						oldest_xmin snapshot_transfer subxact_without_top concurrent_stream \
 | 
				
			||||||
	twophase_snapshot slot_creation_error catalog_change_snapshot \
 | 
						twophase_snapshot slot_creation_error catalog_change_snapshot \
 | 
				
			||||||
	skip_snapshot_restore invalidation_distrubution
 | 
						skip_snapshot_restore invalidation_distribution
 | 
				
			||||||
 | 
					
 | 
				
			||||||
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf
 | 
					REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf
 | 
				
			||||||
ISOLATION_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf
 | 
					ISOLATION_OPTS = --temp-config $(top_srcdir)/contrib/test_decoding/logical.conf
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -63,7 +63,7 @@ tests += {
 | 
				
			|||||||
      'twophase_snapshot',
 | 
					      'twophase_snapshot',
 | 
				
			||||||
      'slot_creation_error',
 | 
					      'slot_creation_error',
 | 
				
			||||||
      'skip_snapshot_restore',
 | 
					      'skip_snapshot_restore',
 | 
				
			||||||
      'invalidation_distrubution',
 | 
					      'invalidation_distribution',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    'regress_args': [
 | 
					    'regress_args': [
 | 
				
			||||||
      '--temp-config', files('logical.conf'),
 | 
					      '--temp-config', files('logical.conf'),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user