Re: Typo: llvm*.cpp files identified as llvm*.c
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Michael Paquier <michael@paquier.xyz>,
Thomas Munro <thomas.munro@enterprisedb.com>,
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-01-23T16:53:29Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2019-01-23 12:01:10 +0900, Michael Paquier wrote: >> I am not sure if anybody uses them for anything automatically, still I >> find myself from time to time looking at them to remember on which >> path the file is located when opened in emacs. > I often want to know that too - isn't it easier to just meta-x f and see > the directory displayed? Because that doesn't require jumping to the > head of the file... My own workflow often involves editing copies that are not in the original directory, so that answer doesn't work for me. In general it won't work anytime you are looking at a file out-of-context. regards, tom lane
Commits
-
llvm: Fix file-ending in IDENTIFICATION comments.
- f6192660ab86 11.2 landed
- 005881033d4e 12.0 landed
-
Remove cvs keywords from all files.
- 9f2e21138693 9.1.0 cited
-
Change my-function-name-- to my_function_name, and optimizer renames.
- 6724a5078748 7.1.1 cited