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

postgresql

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Bruce Momjian authored
    Here's what I came up with. The biggest difference api between JDK1.x and
    later versions is the support for collections. The problem was with the
    Vector class; in jdk1.x there is no method called add, so I changed the
    calls to addElement. Also no addAll, so I rewrote the method slightly to not
    require addAll. While reviewing this I notices some System.out.println
    statements that weren't commented out. So I commented them out in both
    versions.
    
    The upshot of all of this is that I have clean compile, but no idea if the
    code works ;(
    
    Dave Cramer
    2e3c56a0
    History
    Name Last commit Last update
    ..