Thread
Commits
-
Fix the file mode of worker.c changed by the commit 216a784829.
- c06caa0d622b 16.0 landed
-
Perform apply of large transactions by parallel workers.
- 216a784829c2 16.0 cited
-
Unwanted file mode modification?
Japin Li <japinli@hotmail.com> — 2023-01-09T07:51:10Z
Hi, Commit 216a784829 change the src/backend/replication/logical/worker.c file mode from 0644 to 0755, which is unwanted, right? [1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=216a784829c2c5f03ab0c43e009126cbb819e9b2 -- Regrads, Japin Li. ChengDu WenWu Information Technology Co.,Ltd.
-
Re: Unwanted file mode modification?
Amit Kapila <amit.kapila16@gmail.com> — 2023-01-09T08:21:00Z
On Mon, Jan 9, 2023 at 1:21 PM Japin Li <japinli@hotmail.com> wrote: > > Commit 216a784829 change the src/backend/replication/logical/worker.c file mode > from 0644 to 0755, which is unwanted, right? > Right, it is by mistake. I'll fix it. -- With Regards, Amit Kapila.