v4-0011-Run-pgperltidy-on-files-changed-by-this-patchset.patch

application/octet-stream

Filename: v4-0011-Run-pgperltidy-on-files-changed-by-this-patchset.patch
Type: application/octet-stream
Part: 10
Message: Re: [PoC/RFC] Multiple passwords, interval expirations

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch v4-0011
Subject: Run pgperltidy on files changed by this patchset
File+
src/test/authentication/t/001_password.pl 2 4
From 29849a31e845ca263ba8e653b00a286ef05dccbf Mon Sep 17 00:00:00 2001
From: Gurjeet Singh <gurjeet@singh.im>
Date: Tue, 10 Oct 2023 02:52:33 -0700
Subject: [PATCH v4 11/11] Run pgperltidy on files changed by this patchset

There many other perl files updated by pgperltidy, but I chose to not
include them in this patch, to avoid any confusion.
---
 src/test/authentication/t/001_password.pl | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl
index 873eaaccbc..09dfecb7c8 100644
--- a/src/test/authentication/t/001_password.pl
+++ b/src/test/authentication/t/001_password.pl
@@ -699,8 +699,7 @@ $ENV{"PGPASSWORD"} = 'md5';
 test_conn(
 	$node,
 	'user=regress_password_rollover_md5',
-	'md5',
-	0,
+	'md5', 0,
 	log_like => [
 		qr/connection authenticated: identity="regress_password_rollover_md5" method=md5/
 	]);
@@ -708,8 +707,7 @@ $ENV{"PGPASSWORD"} = 'md5_2';
 test_conn(
 	$node,
 	'user=regress_password_rollover_md5',
-	'md5',
-	0,
+	'md5', 0,
 	log_like => [
 		qr/connection authenticated: identity="regress_password_rollover_md5" method=md5/
 	]);
-- 
2.41.0