[PATCH] sql: Fix table lists
Stephen Finucane
stephen at that.guru
Fri Sep 6 23:30:33 AEST 2019
On Wed, 2019-09-04 at 13:40 +0000, Ali Alnubani wrote:
> The patch adds missing commas in the table lists where
> missing, and removes where unnecessary.
> This fixes errors such as the following when feeding the
> script to psql:
>
> ```
> psql:lib/sql/grant-all.postgres.sql:37: ERROR: syntax error at or near
> "patchwork_emailconfirmation"
> LINE 19: patchwork_emailconfirmation,
> ...
> ```
>
> Fixes: ca0e79d4db34 ("sql: Sort 'grant-all' scripts alphabetically")
>
> Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
Nicely done. Applied and backported to stable/2.1.
Thanks!
Stephen
More information about the Patchwork
mailing list