mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Update src/test/kerberos to account for previous commit.
This commit is contained in:
parent
b073c3ccd0
commit
2d689f2ee4
@ -298,7 +298,7 @@ test_query(
|
||||
test_query(
|
||||
$node,
|
||||
'test1',
|
||||
"CREATE TABLE mytab (f1 int primary key);\n"
|
||||
"CREATE TEMP TABLE mytab (f1 int primary key);\n"
|
||||
. "COPY mytab FROM STDIN;\n"
|
||||
. join("\n", (1 .. 100000))
|
||||
. "\n\\.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user