1. 09 8月, 2017 4 次提交
    • H
      Remove unused function. · 9637bb1d
      Heikki Linnakangas 提交于
      9637bb1d
    • H
      Remove unnecessary forward declarations. · 06719101
      Heikki Linnakangas 提交于
      To match the upstream code.
      06719101
    • H
      Set Natts_pg_appendonly correctly. · 25001e8a
      Heikki Linnakangas 提交于
      Seems harmless, in this direction, but let's be tidy.
      25001e8a
    • H
      Replace special "QE details" protocol message with standard ParameterStatus msg. · d85257f7
      Heikki Linnakangas 提交于
      This gets rid of the GPDB-specific "QE details" message, that was only sent
      once at QE backend startup, to notify the QD about the motion listener port
      of the QE backend. Use a standard ParameterStatus message instead, pretending
      that there is a GUC called "qe_listener_port". This reduces the difference
      between the gp_libpq_fe copy of libpq, and libpq proper. I have a dream that
      one day we will start using the standard libpq also for QD-QE communication,
      and get rid of the special gp_libpq_fe copy altogether, and this is a small
      step in that direction.
      
      In the passing, change the type of Gp_listener_port variable from signed to
      unsigned. Gp_listener_port actually holds two values: the TCP and UDP
      listener ports, and there is bit-shifting code to store those two 16-bit
      port numbers in the single 32-bit integer. But the bit-shifting was a bit
      iffy, on a signed integer. Making it unsigned makes it more clear what's
      happening.
      d85257f7
  2. 08 8月, 2017 14 次提交
  3. 07 8月, 2017 5 次提交
  4. 05 8月, 2017 16 次提交
  5. 04 8月, 2017 1 次提交