Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

spi.c

Blame
    • Tom Lane's avatar
      6a9fffcd
      Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets · 6a9fffcd
      Tom Lane authored
      the PARAM_FLAG_CONST flag on the parameters that are passed into the portal,
      while the former's behavior is unchanged.  This should only affect the case
      where the portal is executing an EXPLAIN; it will cause the generated plan to
      look more like what would be generated if the portal were actually executing
      the command being explained.  Per gripe from Pavel.
      6a9fffcd
      History
      Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets
      Tom Lane authored
      the PARAM_FLAG_CONST flag on the parameters that are passed into the portal,
      while the former's behavior is unchanged.  This should only affect the case
      where the portal is executing an EXPLAIN; it will cause the generated plan to
      look more like what would be generated if the portal were actually executing
      the command being explained.  Per gripe from Pavel.