Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL
    • None

    Description

      Examples:

      SELECT float4send('5e-20'::float4);
      SELECT float4send('67e14'::float4);
      SELECT float4send('985e15'::float4);
      SELECT float4send('55895e-16'::float4);
      SELECT float4send('7038531e-32'::float4);
      SELECT float4send('702990899e-20'::float4);
      

      float4send:
      https://github.com/postgres/postgres/blob/16d489b0fe058e527619f5e9d92fd7ca3c6c2994/src/backend/utils/adt/float.c#L314-L326

      float8send:
      https://github.com/postgres/postgres/blob/16d489b0fe058e527619f5e9d92fd7ca3c6c2994/src/backend/utils/adt/float.c#L566-L578

      Attachments

        Activity

          People

            Unassigned Unassigned
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: