Quitting the thes
Diego <mrstephenamell@gmail.com>
From: Stephen Amell <mrstephenamell@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2019-05-13T19:52:15Z
Lists: pgsql-hackers
Attachments
- the-thes.patch (text/plain) patch
Hi all, Here my first patch for postgres. Starting by an easy thing, I correct the duplicated "the the" strings from comments on some files. - src/backend/executor/execExpr.c - src/include/c.h - src/include/jit/llvmjit_emit.h - src/include/nodes/execnodes.h - src/include/replication/logical.h Any feedback are welcome! Thanks a lot,
Commits
-
Fix double-word typos
- b9768458154d 12.0 landed
-
Fix duplicated words in comments
- 7e19929ea296 12.0 landed