mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
pgindent run prior to branching v13.
pgperltidy and reformat-dat-files too, though those didn't find anything to change.
This commit is contained in:
@ -2448,8 +2448,8 @@ BuildV1Call(LLVMJitContext *context, LLVMBuilderRef b,
|
||||
*v_fcinfo_isnull = LLVMBuildLoad(b, v_fcinfo_isnullp, "");
|
||||
|
||||
/*
|
||||
* Add lifetime-end annotation, signaling that writes to memory don't
|
||||
* have to be retained (important for inlining potential).
|
||||
* Add lifetime-end annotation, signaling that writes to memory don't have
|
||||
* to be retained (important for inlining potential).
|
||||
*/
|
||||
{
|
||||
LLVMValueRef v_lifetime = create_LifetimeEnd(mod);
|
||||
|
Reference in New Issue
Block a user