mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
SET autocommit no longer needed in /contrib because pg_regress.sh does
it automatically now on regression session startup.
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
-- crypt() and gen_salt(): md5
|
||||
--
|
||||
|
||||
SET autocommit TO 'on';
|
||||
|
||||
SELECT crypt('', '$1$Szzz0yzz');
|
||||
|
||||
SELECT crypt('foox', '$1$Szzz0yzz');
|
||||
|
Reference in New Issue
Block a user