[COMMITTERS] pgsql: Make more use of RoleSpec struct

2016-12-29 Thread Peter Eisentraut
Make more use of RoleSpec struct Most code was casting this through a generic Node. By declaring everything as RoleSpec appropriately, we can remove a bunch of casts and ad-hoc node type checking. Reviewed-by: Alvaro Herrera Branch -- master Details --- http://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Expand ad-hoc unit abbreviations in function descriptions

2016-12-29 Thread Peter Eisentraut
Expand ad-hoc unit abbreviations in function descriptions There is no need to use abbreviations here, so just write it out for consistency. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27866bd1e88c7b564b42394a0d5b069b015666c4 Modified Files -- src/inc

[COMMITTERS] pgsql: Fix typo in comment

2016-12-29 Thread Peter Eisentraut
Fix typo in comment Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/db779d941e0a05ea4647455d0b386b38ef58983b Modified Files -- src/backend/commands/tablecmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Remove manual breaks in NodeTag assignments to fix duplicate tag

2016-12-29 Thread Tom Lane
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers. Commit f0e44751d added new node tags at a place in the tag numbering where there was no daylight left before the next hard-coded number, resulting in some duplicate tag assignments. This doesn't seem to have caused any big

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

2016-12-29 Thread Tom Lane
Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12. This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch -- REL9_5_S

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

2016-12-29 Thread Tom Lane
Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12. This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch -- REL9_6_S

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

2016-12-29 Thread Tom Lane
Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12. This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch -- REL9_4_S

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

2016-12-29 Thread Tom Lane
Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12. This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch -- REL9_3_S

[COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.

2016-12-29 Thread Tom Lane
Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12. This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch -- REL9_2_S