ctags icon indicating copy to clipboard operation
ctags copied to clipboard

SQL: make foreign tags for 'interenal' functions

Open masatake opened this issue 10 months ago • 1 comments

CREATE FUNCTION isnlt(ean13, ean13)
        RETURNS boolean
        AS 'int8lt'
        LANGUAGE 'internal'
        IMMUTABLE STRICT
        PARALLEL SAFE;

This change extracts int8lt as a function in the C language.

masatake avatar May 05 '25 09:05 masatake

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 86.01%. Comparing base (c71080d) to head (94a2a2a). :warning: Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4240      +/-   ##
==========================================
+ Coverage   85.98%   86.01%   +0.02%     
==========================================
  Files         249      249              
  Lines       64102    64119      +17     
==========================================
+ Hits        55121    55154      +33     
+ Misses       8981     8965      -16     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar May 05 '25 09:05 codecov[bot]

Now we have version information for each kind, role, field, and extra. So the Changes section of the man pages is redundant.

masatake avatar Oct 15 '25 20:10 masatake