v1-0001-Fix-incorrect-filename-reference-in-rewrite-rowse.patch
application/octet-stream
Filename: v1-0001-Fix-incorrect-filename-reference-in-rewrite-rowse.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: Fix incorrect filename reference in rewrite/rowsecurity.c
| File | + | − |
|---|---|---|
| src/backend/rewrite/rowsecurity.c | 4 | 1 |
From 7aeb51e73e40ca5e15e01267a55b9cbb0b61263f Mon Sep 17 00:00:00 2001 From: "Chao Li (Evan)" <lic@highgo.com> Date: Mon, 22 Sep 2025 10:30:43 +0800 Subject: [PATCH v1] Fix incorrect filename reference in rewrite/rowsecurity.c Author: Chao Li <lic@highgo.com> --- src/backend/rewrite/rowsecurity.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/backend/rewrite/rowsecurity.c b/src/backend/rewrite/rowsecurity.c index 4dad384d04d..3d6b6ba177b 100644 --- a/src/backend/rewrite/rowsecurity.c +++ b/src/backend/rewrite/rowsecurity.c @@ -1,5 +1,5 @@ /* - * rewrite/rowsecurity.c + * rowsecurity.c * Routines to support policies for row-level security (aka RLS). * * Policies in PostgreSQL provide a mechanism to limit what records are @@ -31,6 +31,9 @@ * * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California + * + * IDENTIFICATION + * src/backend/rewrite/rowsecurity.c */ #include "postgres.h" -- 2.39.5 (Apple Git-154)