mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Update src/test/kerberos to account for previous commit.
This commit is contained in:
		| @@ -298,7 +298,7 @@ test_query( | |||||||
| test_query( | test_query( | ||||||
| 	$node, | 	$node, | ||||||
| 	'test1', | 	'test1', | ||||||
| 	"CREATE TABLE mytab (f1 int primary key);\n" | 	"CREATE TEMP TABLE mytab (f1 int primary key);\n" | ||||||
| 	  . "COPY mytab FROM STDIN;\n" | 	  . "COPY mytab FROM STDIN;\n" | ||||||
| 	  . join("\n", (1 .. 100000)) | 	  . join("\n", (1 .. 100000)) | ||||||
| 	  . "\n\\.\n" | 	  . "\n\\.\n" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user