mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace checks. With the associated cleanups, the tree is now clean for git
This commit is contained in:
@@ -793,9 +793,9 @@ CREATE EVENT TRIGGER noddl ON ddl_command_start
|
||||
<screen>
|
||||
=# \dy
|
||||
List of event triggers
|
||||
Name | Event | Owner | Enabled | Procedure | Tags
|
||||
Name | Event | Owner | Enabled | Procedure | Tags
|
||||
-------+-------------------+-------+---------+-----------+------
|
||||
noddl | ddl_command_start | dim | enabled | noddl |
|
||||
noddl | ddl_command_start | dim | enabled | noddl |
|
||||
(1 row)
|
||||
|
||||
=# CREATE TABLE foo(id serial);
|
||||
|
Reference in New Issue
Block a user